view src/protobuf-test.cpp @ 3937:2d8b0a2025e4

add of-quaternion-1-cross-fixes.patch missed in c/s 8935178bae18 * src/of-quaternion-1-cross-fixes.patch: new file
author John Donoghue <john.donoghue@ieee.org>
date Sun, 10 May 2015 08:02:22 -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;
}