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