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