tb0243.pp 108 B

1234567891011121314
  1. { %FAIL }
  2. program tb243;
  3. type
  4. TTest = record
  5. f: record
  6. f: TTest;
  7. end;
  8. end;
  9. begin
  10. end.