view src/protobuf-test.cpp @ 3990:e93608f4f07b

Makefile.in: fix pkg download * Makefile.in: fix CHECK_PKG_ARCHIVE test when existing file
author John Donoghue
date Fri, 10 Jul 2015 09:11: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;
}