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
/
tw9522d.pp
blob: a58cedf269de1adcb8e3a668cf2d068b37866211 (
plain
)
1
2
3
4
5
6
7
8
{ %
fail
}
type tr
=
record b
:
byte
;
end
;
begin
writeln
(
tr
(
65
).
b
);
end
.