view src/protobuf-test.cpp @ 4541:23a905c6f5d3

adapt to wget's new --compression option
author John W. Eaton <jwe@octave.org>
date Tue, 21 Nov 2017 22:24:47 -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;
}