view src/protobuf-test.cpp @ 2823:c9b15d4d4f7d

update package graphicsmagick
author Mark Brand <mabrand@mabrand.nl>
date Sun, 14 Oct 2012 18:36:13 +0200
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;
}