view src/protobuf-test.cpp @ 4348:223b967a2d40

* tools/pkg-install.py: look for pkd add/del in .cpp and cxx files
author John D
date Wed, 01 Feb 2017 17:01:45 -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;
}