fpc/tests/test/trstr4.pp
2007-05-14 17:34:01 +00:00

9 lines
65 B
ObjectPascal

{ %fail }
var
s: string;
begin
s:='abc';
readstr(s);
end.