fpc/tests/webtbs/tw37154.pp
marco 775567e8f7 # revisions: 44598,45635,45757,45764,45772
git-svn-id: branches/fixes_3_2@45849 -
2020-07-24 21:09:00 +00:00

12 lines
273 B
ObjectPascal

{ %RESULT=6 }
{$mode ISO}
program isoModeReadingNumbers(input, output);
var
i: integer;
begin
{ we cannot call the executable with <&- >&- while running the test suite,
so render the file handle manually illegal }
Textrec(input).handle:=$1234;
readLn(i);
end.