view src/protobuf-test.cpp @ 2800:2334fd921073

package curl: enable ipv6
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 00:31:31 +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;
}