Added another usage checker test

This commit is contained in:
Neil Brown 2008-01-25 11:02:22 +00:00
parent 75dd2afeb2
commit 08b922ae46

View File

@ -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
%