view src/protobuf-test.cpp @ 7004:5f921331a457

* src/icu4c.mk: update to v74.2
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 Dec 2023 08:08:39 -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;
}