view src/protobuf-test.cpp @ 6350:b08473e3edbb

* src/sdl2_image.mk: update to v2.6.1
author John Donoghue <john.donoghue@ieee.org>
date Mon, 01 Aug 2022 16:41:13 -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;
}