index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
webtbf
/
tw9522c.pp
blob: 56fc0bd93afe96afe81973678cbcff1a6dd08d01 (
plain
)
1
2
3
4
5
6
7
{ %
fail
}
type ts
=
string
[
1
];
begin
writeln
(
ts
(
65
));
end
.