view src/protobuf-test.cpp @ 4338:52d2410929f4

* src/fftw.mk" update to 3.3.6-pl1 (Bug #50074)
author John D
date Wed, 18 Jan 2017 07:20:46 -0500
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;
}