view src/protobuf-test.cpp @ 3405:d87f9dcc59e8

Update of-statistics to 1.2.2
author John Donoghue <john.donoghue@ieee.org>
date Sun, 05 Jan 2014 15:27:43 -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;
}