view src/protobuf-test.cpp @ 3115:0e869df2f0ff

[MSVC] enable gnuplot compilation
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 02 Jul 2013 11:12:18 -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;
}