view src/protobuf-test.cpp @ 4091:0c3b6061a202

of-gemetry: update to 2.1.0 * src/of-geometry.mk: update version, checksum, subdir * build_packages.m: update geometry version
author John Donoghue
date Mon, 08 Feb 2016 12:53:02 -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;
}