view src/protobuf-test.cpp @ 4506:f3d64fe692e6

octave-wrapper.in: Include GCC library directory in LD_LIBRARY_PATH.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Oct 2017 05:54:48 -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;
}