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