fpc/tests/test/opt/tdeadstr4.pp
florian be807d6cef + tests for dead store removal
git-svn-id: trunk@26299 -
2013-12-28 20:19:46 +00:00

10 lines
104 B
ObjectPascal

{ %OPT=-O3 -Oodeadstore }
uses
udeadstr4;
begin
if i<>1234 then
halt(1);
writeln('ok');
end.