summaryrefslogtreecommitdiff
path: root/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.