view src/protobuf-test.cpp @ 3529:897cd1614109

binary-dist-rules.mk: Don't relocate libgcc_s_dw2-1.dll.
author John W. Eaton <jwe@octave.org>
date Sun, 16 Feb 2014 22:46:54 -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;
}