view src/protobuf-test.cpp @ 5857:eb99912dfdd5

* src/freetds.mk: update to v1.3.1
author John Donoghue <john.donoghue@ieee.org>
date Fri, 20 Aug 2021 08:11:21 -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;
}