view src/protobuf-test.cpp @ 4689:ebc418be26ec octave-release-4.4.0

stable-octave: set version to 4.4.0
author John W. Eaton <jwe@octave.org>
date Mon, 30 Apr 2018 13:33:38 -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;
}