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