Added an additional testcase for conditions in the usage checking

This commit is contained in:
Neil Brown 2008-06-07 20:29:21 +00:00
parent 70139ad072
commit 2a56189d30

View File

@ -38,4 +38,10 @@ PROC m()
PAR PAR
a[3] := 0 a[3] := 0
a[k] := 0 a[k] := 0
%PASS Distinct due to IF
IF
i = 3
PAR
a[i] := 0
a[4] := 0
% %