view src/protobuf-test.cpp @ 3795:f849f1ddfa40

libidn: update to v1.29 * src/libidn.mk: update checksum/version
author John Donoghue
date Mon, 16 Feb 2015 12:54:13 -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;
}