mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 20:29:27 +02:00
10 lines
104 B
ObjectPascal
10 lines
104 B
ObjectPascal
{ %OPT=-O3 -Oodeadstore }
|
|
uses
|
|
udeadstr4;
|
|
|
|
begin
|
|
if i<>1234 then
|
|
halt(1);
|
|
writeln('ok');
|
|
end.
|