view src/protobuf-test.cpp @ 4430:f4427fcc8b30

geos: update to 3.6.1 * src/geos.mk: update version, checksum
author John D
date Fri, 21 Jul 2017 16:33:46 -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;
}