8 lines
68 B
ObjectPascal
8 lines
68 B
ObjectPascal
type TRec = record
|
|
a : file of TRec;
|
|
end;
|
|
|
|
var r : TRec;
|
|
|
|
begin
|
|
end. |