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