view src/protobuf-test.cpp @ 3161:bfca72734220

src/gdcm.mk: remove useless comment
author Michael Goffioul <michael.goffioul@gmail.com>
date Sun, 21 Jul 2013 21:40:38 -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;
}