6 lines
52 B
ObjectPascal
6 lines
52 B
ObjectPascal
type TRec = ^TRec2;
|
|
TRec2 = ^TRec;
|
|
|
|
begin
|
|
|
|
end. |