view src/protobuf-test.cpp @ 3651:8d3f34484fda

include ghostscript.mk in distributed files
author John W. Eaton <jwe@octave.org>
date Tue, 08 Jul 2014 10:03:18 -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;
}