view src/protobuf-test.cpp @ 3985:66a8db7ef2ab

gcc: update to v4.9.3 * src/build-gcc.mk: update version, checksum * src/native-gcc.mk: update version, checksum
author John D
date Sat, 04 Jul 2015 09:27:45 -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;
}