view src/protobuf-test.cpp @ 4375:7208df703412

sundials-ida: add new package * src/sundials-ida.mk: new file * index.html: add sundials-ida * dist-files.mk: add sundials-ida.mk
author John D
date Fri, 07 Apr 2017 09:55:29 -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;
}