view src/protobuf-test.cpp @ 3454:b1d77c77adfe

update dist-files.mk for README.html * dist-files.mk: add installer-files/README.html
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Jan 2014 19:35:31 -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;
}