view src/protobuf-test.cpp @ 4351:8bf7d78a7746

gdb: update to 7.12.1 * src/gdb.mk: update version, checksum
author John D
date Sun, 05 Feb 2017 07:12:24 -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;
}