xref: /csrg-svn/old/dbx/tests/mod/multirefs.mod (revision 44122)
1*44122Sbosticmodule main;
2*44122Sbosticvar v : integer;
3*44122Sbosticbegin
4*44122Sbostic    v := 3;
5*44122Sbostic    v := 4;
6*44122Sbosticend main.
7