view src/protobuf-test.cpp @ 4013:180f225c4841

curl: update to 7.44.0
author John Donoghue
date Wed, 12 Aug 2015 08:07:41 -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;
}