view src/protobuf-test.cpp @ 3678:3858aa1d5ef8

glpk: update to v4.54 * src/glpk.mk: update version * src/gplk-1-fixes.patch: update patch
author John Donoghue
date Tue, 05 Aug 2014 07:32:21 -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;
}