view src/protobuf-test.cpp @ 4950:1dc692fb6187

* installer-files/README.html: change version to 5.0
author John Donoghue
date Tue, 05 Feb 2019 12:05:47 -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;
}