6 lines
51 B
ObjectPascal
6 lines
51 B
ObjectPascal
type TRec = record<T>
|
|
a : TRec<T>;
|
|
end;
|
|
|
|
begin
|
|
end. |