view src/protobuf-test.cpp @ 2846:9196b5fdf1c5

update package gnutls
author Mark Brand <mabrand@mabrand.nl>
date Sat, 10 Nov 2012 11:50:40 +0100
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;
}