view src/protobuf-test.cpp @ 4447:ad69819c74e7

libpng: update to 1.6.31 * src/libpng.mk: update version, checksum
author John D
date Mon, 14 Aug 2017 08:04:44 -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;
}