6 lines
68 B
ObjectPascal
6 lines
68 B
ObjectPascal
type PRec = ^TRec;
|
|
|
|
type TRec = record a : integer; end;
|
|
|
|
begin
|
|
end. |