view src/protobuf-test.cpp @ 3747:cae03f269f78

merge X11 changes
author John W. Eaton <jwe@octave.org>
date Wed, 26 Nov 2014 18:12:39 -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;
}