view src/protobuf-test.cpp @ 3682:259f15992a85

octave forge packages: update optim=1.4.0, quaterion=2.2.2 * build_packages.m: update for latest versions of packages. * src/of-optim.mk: update version. * src/of-quaternion.mk: update version
author John Donoghue
date Tue, 12 Aug 2014 22:11:34 -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;
}