view src/protobuf-test.cpp @ 3142:0d23e586d872

src/llvm.mk: fix compilation for LLVM-3.1
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 15 Jul 2013 21:06:54 -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;
}