view src/protobuf-test.cpp @ 4150:5e57f06cd77f

build graphicsmagick with --with-quantum-depth=16 --with-magick-plus-plus=yes
author Markus Bergholz <markuman@gmail.com>
date Wed, 29 Oct 2014 19:00:07 +0000
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;
}