view src/protobuf-test.cpp @ 3994:5664a1961f45

tiff: update to v4.0.4 * src/tiff.mk: update version
author John D
date Sat, 11 Jul 2015 08:22:07 -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;
}