Added another usage checker test
This commit is contained in:
parent
75dd2afeb2
commit
08b922ae46
|
@ -78,4 +78,8 @@ PROC m()
|
|||
a[x REM y] := 3
|
||||
a[x + 1] := 4
|
||||
|
||||
%PASS Modulo variable (v.d.) and normal variable (safe)
|
||||
a[x REM y] := 3
|
||||
a[y] := 4
|
||||
|
||||
%
|
||||
|
|
Loading…
Reference in New Issue
Block a user