view src/protobuf-test.cpp @ 3732:457843bdf5f4

libpng: update to 1.6.14 * src/libpng.mk: update version, checksum
author John Donoghue
date Tue, 11 Nov 2014 08:34:14 -0500
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;
}