view src/protobuf-test.cpp @ 5023:874c8ca3c9eb

* src/build-gawk.mk: build static gawk
author John Donoghue
date Tue, 12 Mar 2019 10:40:16 -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;
}