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

var
  s: string;
begin
  s:='abc';
  readstr(s);
end.