view src/protobuf-test.cpp @ 4786:0c6d7d14a615

* tools/makeinst-script.sh.in: Set default option page values (Bug #54457)
author John Donoghue
date Wed, 08 Aug 2018 13:57:32 -0400
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;
}