view src/protobuf-test.cpp @ 4106:abe4edcb2f41

of-ltfat: update to 2.1.2 * src/of-ltfat.mk: update checksum, version * build_packages.m: update ltfat version * src/mingw-of-ltfat-1-fixes.patch: removed file
author John Donoghue <john.donoghue@ieee.org>
date Sat, 19 Mar 2016 09:47:02 -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;
}