view src/protobuf-test.cpp @ 6311:9a25fc6a12e9

* src/libidn2.mk: update to v2.3.3
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 Jul 2022 16:22: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;
}