ref: 83bd84e42a0dd0d049e1c8a8dbb7ee52cdfa0b9d dir: /tests/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