tw9522e.pp 88 B

12345678
  1. { %fail }
  2. type
  3. tobj = object b : byte; end;
  4. begin
  5. writeln(tobj(65).b);
  6. end.