view src/protobuf-test.cpp @ 2989:59fedb8ce3da

Update fttk download URL to http://fltk.org/pub/fltk
author John Donoghue <john.onoghue@ieee.org>
date Mon, 20 May 2013 11:32:05 -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;
}