pascalabcnet/TestSuite/errors/err0112.pas

8 lines
73 B
ObjectPascal
Raw Permalink Normal View History

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