view src/protobuf-test.cpp @ 5508:7b15672f8679

* dist-files.mk: add missed libtasn1.mk
author John Donoghue <john.donoghue@ieee.org>
date Tue, 11 Aug 2020 13:14:50 -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;
}