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