view src/protobuf-test.cpp @ 4225:e700dc14cc04

of-struct: update to 1.0.14 * src/of-struct.mk: update version, checksum * build_packages.m: update struct version
author John D
date Wed, 05 Oct 2016 15:39:04 -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;
}