view src/protobuf-test.cpp @ 4077:d49726dd114a

Update installer README for the installed packages * installer-files/README.html: change package section to refelect already installed packages.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 Jan 2016 08:08:20 -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;
}