view src/protobuf-test.cpp @ 4098:0727a16b2124

of-tsa: update to v4.4.1 * build_packages.m: update tsa version * src/of-tsa.mk: update version, checksum
author John Donoghue
date Mon, 07 Mar 2016 07:44:06 -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;
}