/* Test that the ILL_ILLADR macro is defined. */ #include #ifndef ILL_ILLADR #error ILL_ILLADR not defined #endif