tb0241.pp 98 B

123456789101112
  1. { %FAIL }
  2. program tb241;
  3. type
  4. TTest = record
  5. f: array[0..1] of TTest;
  6. end;
  7. begin
  8. end.