ref: 2a064a18aa7bf944926109070f6f9eb60e361cf6 dir: /tests/0074-undef.c/
#define X 1 #undef X #ifdef X FAIL #endif int main() { return 0; }