view src/protobuf-test.cpp @ 2773:603f5be8a550

update package armadillo
author Mark Brand <mabrand@mabrand.nl>
date Thu, 20 Sep 2012 20:43:27 +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;
}