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