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