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