view src/protobuf-test.cpp @ 4713:1ee778801e7c

* src/curl.mk: update to v7.60.0
author John Donoghue
date Thu, 24 May 2018 16:26:39 -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;
}