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