Added another test case to test that read-indexes are not compared to each other

This commit is contained in:
Neil Brown 2008-01-22 22:15:48 +00:00
parent 0dd6a852bd
commit 30bc63ffe8

View File

@ -54,6 +54,10 @@ PROC m()
a[0] := 5 a[0] := 5
a[1] := 6 a[1] := 6
%PASS Overlapping constants in reading
a[1] := a[0]
a[2] := a[0]
%FAIL Two variables %FAIL Two variables
a[x] := 3 a[x] := 3
a[y] := 5 a[y] := 5