0222-ifdef.c (82B)
1 #if 0 2 #if FOO(1) 3 ignored 4 #endif 5 #endif 6 7 int 8 main() 9 { 10 return 0; 11 }