view src/protobuf-test.cpp @ 6060:67e194e29755

* src/gdb.mk: update to v11.2
author John Donoghue <john.donoghue@ieee.org>
date Tue, 18 Jan 2022 09:53:46 -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;
}