1 2 3 4 5 6 7 8 9 10 11 12 13 14
procedure Test() { var i: int; entry: i := 0; goto block850; block850: assert i == 0; havoc i; goto block850; }