xref: /csrg-svn/old/dbx/tests/mod/multirefs.mod (revision 44122)
1module main;
2var v : integer;
3begin
4    v := 3;
5    v := 4;
6end main.
7