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