view src/protobuf-test.cpp @ 5509:9b74815e8337

binutils: update to v2.35 * src/build-binutils.mk, src/native-binutils.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Wed, 12 Aug 2020 07:33:57 -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;
}