view src/protobuf-test.cpp @ 4533:f3fb203b6fca

Makefile.in: Also set CPPFLAGS and LDFLAGS in the environemt for pkg-install.py
author John W. Eaton <jwe@octave.org>
date Sat, 11 Nov 2017 08:30:36 -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;
}