mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
9 lines
65 B
ObjectPascal
9 lines
65 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
s: string;
|
|
begin
|
|
s:='abc';
|
|
readstr(s);
|
|
end.
|