view src/protobuf-test.cpp @ 4314:dbe6064ffb0f

* src/freetgs.mk: update to v1.00.24
author John D
date Wed, 04 Jan 2017 08:32:18 -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;
}