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