Added an additional testcase for conditions in the usage checking
This commit is contained in:
parent
70139ad072
commit
2a56189d30
|
@ -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
|
||||||
%
|
%
|
||||||
|
|
Loading…
Reference in New Issue
Block a user