view src/protobuf-test.cpp @ 6056:0c8cbdd37239

* src/of-control.mk: update to v3.4.0
author John Donoghue <john.donoghue@ieee.org>
date Tue, 18 Jan 2022 08:14:13 -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;
}