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