mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-27 10:28:34 +02:00
15 lines
135 B
ObjectPascal
15 lines
135 B
ObjectPascal
{ %OPT=-O3 -Oodeadstore }
|
|
{ %norun }
|
|
unit udeadstr4;
|
|
|
|
interface
|
|
|
|
var
|
|
i : longint;
|
|
|
|
implementation
|
|
|
|
begin
|
|
i:=1234;
|
|
end.
|