pascalabcnet/TestSuite/errors/err0113.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

12 lines
112 B
ObjectPascal

type TRec = record
a : System.AppDomain;
end;
type TRec2 = record
arr : TRec;
end;
var p : ^TRec2;
begin
end.