view src/protobuf-test.cpp @ 3933:eef6ad84c349

octave: update to v4.0.0-rc4 * src/octave.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Wed, 06 May 2015 21:14:42 -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;
}