ref: 7b193c3dadbe36acdcf3e203f5bd36b95b4c57b6 dir: /tests/execute/0065-ifdef.c/
#ifdef FOO XXX #ifdef BAR XXX #endif XXX #endif #define FOO 1 #ifdef FOO #ifdef FOO int x = 0; #endif int main() { return x; } #endif