view src/protobuf-test.cpp @ 4433:4a3747f4883c

cfitsio: update to 3410 * src/cfitsio.mk: update verson, checksum
author John D
date Mon, 24 Jul 2017 10:04:13 -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;
}