view src/protobuf-test.cpp @ 3839:1f4c073f6b21

of-netcdf: update to v1.0.6 * src/of-netcdf.mk: update version, checksum * build_packages.m: update version of netcdf
author John D
date Sun, 08 Mar 2015 16:50:59 -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;
}