view src/protobuf-test.cpp @ 6081:af7f56fcf348

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