view src/protobuf-test.cpp @ 4360:63a9f37abcbc

libiconv: update to 1.15 * src/libiconv.mk: update version, checksum * src/libiconv-1-fix.patch: removed * dist-files.mk: removed libiconv-1-fix.patch
author John D
date Mon, 13 Mar 2017 08:13:04 -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;
}