view src/protobuf-test.cpp @ 6079:ce1e614634ee

* src/lcms.mk: update to v2.13
author John Donoghue <john.donoghue@ieee.org>
date Sun, 06 Feb 2022 10:06:03 -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;
}