view src/protobuf-test.cpp @ 3819:5a00da34fd24

gdb: update version 7.9 * src/gdb-1-fix-termcap.patch: updated patch * src/gdb.mk: update version, checksum
author John Donoghue
date Tue, 03 Mar 2015 11:27:10 -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;
}