view src/protobuf-test.cpp @ 4359:2c47a4853d1a

freetds: update to 1.00.27 * src/freetds.mk: update version, checksum
author John D
date Mon, 13 Mar 2017 08:13:03 -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;
}