() f() { var int i = 0; /* ERRORS */ do; { } while 10 == 11; do { }; while 20 == 21; do break; while 30 == 31; do i = i+1; while 40 == 41; }