{ %fail } type tr = record b: byte; end; begin writeln(tr(65).b); end.