view src/protobuf-test.cpp @ 3798:55db4f11528f

sqlite: update to 3.8.8.2 * src/sqlite.mk: update version, checksum
author John Donoghue
date Mon, 16 Feb 2015 14:04:39 -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;
}