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