fpc/tests/webtbf/tw21566.pp
pierre 0c144e8bbc Test fix for bug report 21566
git-svn-id: trunk@20636 -
2012-03-26 15:50:09 +00:00

9 lines
158 B
ObjectPascal

{ %FAIL }
{ Should not give an internal error anymore }
{ Bug report submitted by Alexander S. Klenin }
{ 2012-03-26 }
begin
Writeln(1/Abs(1) mod 1);
end.