view src/protobuf-test.cpp @ 3225:7e6673cf2255

libiconv.mk: use CONFIGURE_CPPFLAGS and CONFIGURE_LDFLAGS instead of CPPFLAGS=...
author John W. Eaton <jwe@octave.org>
date Thu, 08 Aug 2013 12:10:55 -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;
}