pascalabcnet/TestSuite/errors/err0113.pas

12 lines
112 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
type TRec = record
a : System.AppDomain;
end;
type TRec2 = record
arr : TRec;
end;
var p : ^TRec2;
begin
end.