view src/protobuf-test.cpp @ 4354:79d895171597

qt: use -std=gnu++98 * src/qt.mk: use CXXFLAGS=-std=gnu++98
author John D
date Thu, 23 Feb 2017 14:08:11 -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;
}