view src/protobuf-test.cpp @ 3622:507e675391bd

sdl: create (MXE_TOOL_PREFIX)-sdl-config only if not native build * src/sdl.mk: create (MXE_TOOL_PREFIX)-sdl-config only if not native build
author John Donoghue <john.donoghue@ieee.org>
date Fri, 27 Jun 2014 21:16:15 -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;
}