At least from D7 onwards the compilers throw errors, as does fpc.
Thanks for testing.
I didn't even know it was possible. From which version?Code: Pascal [Select][+][-]type TRec = record FRecs: array of TRec; FOther: Integer; end;