view src/protobuf-test.cpp @ 3325:64f9dbe1d7e7

* Makefile.in: Add KEEP_BUILD variable to keep tmp dirs after build.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 14 Nov 2013 11:43:08 -0500
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;
}