1 2 3 4 5 6 7 8 9
#include <google/protobuf/stubs/common.h> int main() { GOOGLE_PROTOBUF_VERIFY_VERSION; google::protobuf::ShutdownProtobufLibrary(); return 0; }