tw8398.pp 193 B

123456789101112131415161718192021
  1. { %fail }
  2. unit tw8398;
  3. { found error by s0t // SotSoft 07-02-24 }
  4. interface
  5. type
  6. a = record
  7. c: char;
  8. end;
  9. implementation
  10. procedure x;
  11. begin
  12. with a do
  13. with b do
  14. end;
  15. begin
  16. end.