view src/protobuf-test.cpp @ 3530:1e09264307e8

binary-dist-rules.mk: Style fixes.
author John W. Eaton <jwe@octave.org>
date Sun, 16 Feb 2014 22:48:48 -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;
}