{ %OPT=-O3 -Oodeadstore } { %norun } unit udeadstr4; interface var i : longint; implementation begin i:=1234; end.