view src/protobuf-test.cpp @ 3946:1a517a309475

sqlite: update to v3.8.10.2 * src/sqlite.mk: update version,checksum
author John Donoghue
date Thu, 21 May 2015 07:38:21 -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;
}