view src/protobuf-test.cpp @ 4212:df658d20fd3b

* transfig.mk: Always include -liconv in config options.
author John W. Eaton <jwe@octave.org>
date Sat, 10 Sep 2016 06:13:26 -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;
}