view src/protobuf-test.cpp @ 4205:460c87427a67

librsb: update checksum * src/librsb.mk: update checksum
author John Donoghue <john.donoghue@ieee.org>
date Fri, 02 Sep 2016 06:20:46 -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;
}