index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
.