view src/protobuf-test.cpp @ 3978:faf328b36242

ok-stk: update to 2.3.1 * src/of-stk.mk: update version, checksum * build_packages.m: update stk version
author John Donoghue
date Mon, 22 Jun 2015 12:34: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;
}