view src/protobuf-test.cpp @ 4282:e35307c8102e

* src/zeromq.mk: update to 4.1.5
author John D
date Sun, 18 Dec 2016 13:17:36 -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;
}