view src/protobuf-test.cpp @ 4614:5e4c8c571527

qscintilla: update to v2.10.3 * src/qscintilla.mk: update version, checksum
author John Donoghue
date Mon, 05 Mar 2018 09:07:46 -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;
}