summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw9522e.pp
blob: 95c344ffe4868340a2301570a7c8bd0ca46258b2 (plain)
1
2
3
4
5
6
7
8
{ %fail }

type
  tobj = object b : byte; end;
begin
        writeln(tobj(65).b);
end.