view src/protobuf-test.cpp @ 4949:1c251625c3cf

* tools/makeinst-script.sh.in: call .vbs files via wscript call (Bug #55635)
author John Donoghue
date Tue, 05 Feb 2019 12:05:43 -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;
}