view src/protobuf-test.cpp @ 3240:d99f6d03618c

Update openblas to 0.2.8 index.html: update openblas-version to 0.2.8 src/openblas.mk: update checksum
author John Donoghue <john.donoghue@ieee.org>
date Sat, 31 Aug 2013 16:21:06 -0400
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;
}