summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/trstr5.pp
blob: 61585bcce9f58bf02a25b04f931ce3b2dae353c3 (plain)
1
2
3
4
5
6
7
8
{ %fail }

var
  t: text;
  i: integer;
begin
  readstr(t,i);
end.