view src/protobuf-test.cpp @ 3870:745576b5fdb6

lcms: update to v2.7 * src/lcms.mk: update version, checksum
author John Donoghue
date Tue, 31 Mar 2015 08:15:57 -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;
}