view src/protobuf-test.cpp @ 4259:c5723e39a80e

* src/curl.mk: update to v7.51.0
author John D
date Tue, 13 Dec 2016 10:48:19 -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;
}