view src/protobuf-test.cpp @ 6259:2b97bf0b139f

maint: merge release to default
author John W. Eaton <jwe@octave.org>
date Mon, 13 Jun 2022 15:18:12 -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;
}