view src/protobuf-test.cpp @ 6332:b5c1bd9c27ac

* src/sqlite.mk: update to 3390200
author John Donoghue <john.donoghue@ieee.org>
date Fri, 22 Jul 2022 08:06:40 -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;
}