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