view src/protobuf-test.cpp @ 3527:b111822b0bf0

stable-octave.mk, octave.mk: Set java include dir, not home dir. Reconcile differences.
author John W. Eaton <jwe@octave.org>
date Sun, 16 Feb 2014 21:22:24 -0500
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;
}