view src/protobuf-test.cpp @ 6512:e8980c4f6ae8

* src/mesa.mk: update to v22.2.3
author John Donoghue <john.donoghue@ieee.org>
date Tue, 08 Nov 2022 09:39:58 -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;
}