view src/protobuf-test.cpp @ 5519:6bbd4df61efc

Added tag octave-rc-6.0.90 for changeset 039563087c70
author John W. Eaton <jwe@octave.org>
date Thu, 27 Aug 2020 10:53:37 -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;
}