view src/protobuf-test.cpp @ 3828:8020defced38

remove extra src/ prefix from file name
author John W. Eaton <jwe@octave.org>
date Wed, 04 Mar 2015 09:30:24 -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;
}