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
/
tw9522a.pp
blob: 18ad6dd6aaeb6299fded01717c7e91cd7a704e5e (
plain
)
1
2
3
4
5
6
7
{ %
fail
}
type T4Char
=
array
[
0
.
.3
]
of char
;
begin
writeln
(
ansistring
(
65
));
end
.