4.4BSD/usr/src/old/dbx/tests/mod/multirefs.mod
module main; var v : integer; begin v := 3; v := 4; end main.