/* Test that the CLD_KILLED macro is defined. */ #include #ifndef CLD_KILLED #error CLD_KILLED not defined #endif