0209-dowhile.c (82B)
1 int 2 main(void) 3 { 4 if (1) 5 do { } while(0); 6 else 7 do { } while(0); 8 return 0; 9 }