view src/protobuf-test.cpp @ 2772:07832042b06a

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