blob: a444870094b4544bd79f430e157f0f42a1deed7c [file] [log] [blame]
/*
Test that the CLD_KILLED macro is defined.
*/
#include <signal.h>
#ifndef CLD_KILLED
#error CLD_KILLED not defined
#endif