view src/protobuf-test.cpp @ 4152:2c8182e063cc

libpng: update to 1.6.22 * src/libpng.mk: update version, checksum
author John Donoghue
date Fri, 27 May 2016 11:46:52 -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;
}