view src/protobuf-test.cpp @ 4421:e76a7e02174d

of-netcdf: allow build in dev octave * src/of-netcdf-1-fixes.patch: new file * dist-files.mk: add of-netcdf-1-fixes.patch * src/of-netcdf.mk: run autogen.sh on src dir
author John D
date Fri, 14 Jul 2017 11:53:49 -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;
}