view src/protobuf-test.cpp @ 3982:4166ce402753

zeromq: update to v4.1.2 * src/zeromq.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Thu, 02 Jul 2015 22:19:06 -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;
}