mxe/src/protobuf-test.cpp

10 lines
157 B
C++

#include <google/protobuf/stubs/common.h>
int
main()
{
GOOGLE_PROTOBUF_VERIFY_VERSION;
google::protobuf::ShutdownProtobufLibrary();
return 0;
}