1 2 3 4 5 6 7 8
procedure P() returns () { var a : <t>[t]int; a[5] := 0; a[true] := 1; assert a[5] == 0; }