view src/protobuf-test.cpp @ 3415:a70e260220fc

gnutls.mk: Limit Windows-specific configure options to Windows builds.
author John W. Eaton <jwe@octave.org>
date Sun, 12 Jan 2014 17:10:25 -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;
}