ref: 041d2d96655de6afaac6b20437df8897b03f6c92 dir: /tests/cc/execute/0073-ifndef.c/
#ifndef DEF int x = 0; #endif #define DEF #ifndef DEF X #endif int main() { return x; }