view src/protobuf-test.cpp @ 4134:d2c64bb12b58

curl: update to 7.48.0 * src/curl.mk: update version, checksum
author John Donoghue
date Tue, 03 May 2016 12:45:48 -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;
}