view src/protobuf-test.cpp @ 4069:114be8cd075c

graphicsmagick: disable use of openmp (Bug #46772) * src/graphicsmagick.mk: add --disable-openmp to configure options.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 30 Dec 2015 22:28:56 -0500
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;
}