view src/protobuf-test.cpp @ 4230:47051dc285cd

of-sparsersb: reenable new version for 64 indexing * Makefile.in: dont diable sparsersb in 64 bit
author John D
date Fri, 07 Oct 2016 11:14:39 -0400
parents a69eb5b6d9a5
children
line wrap: on
line source

#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}