view src/protobuf-test.cpp @ 4268:afce69bcd279

* src/sqlite.mk: update to 3.15.0
author John D
date Wed, 14 Dec 2016 08:10:03 -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;
}