tw9522.pp 90 B

1234567
  1. { %fail }
  2. type T4Char = array[0..3] of char;
  3. begin
  4. writeln(T4Char(65)[0]);
  5. end.