view src/protobuf-test.cpp @ 4470:debbddbe893a

of-stk: update to v2.5.0 * src/of-stk.mk: update version, checksum
author John D
date Sat, 16 Sep 2017 20:40:03 -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;
}