view src/protobuf-test.cpp @ 5559:8e03987befd0

* src/of-mapping.mk: update to v1.4.1
author John Donoghue <john.donoghue@ieee.org>
date Sun, 18 Oct 2020 10:13:17 -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;
}