view src/protobuf-test.cpp @ 2815:95b6461420ba

update package xapian-core
author Mark Brand <mabrand@mabrand.nl>
date Fri, 12 Oct 2012 11:50:52 +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;
}