tw9522d.pp 84 B

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