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