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