program test() var a := 1; case (a) 1: var b,c; break; default: break; endcase print("done"); endprogram