10 lines
128 B
ObjectPascal
10 lines
128 B
ObjectPascal
|
|
type
|
|||
|
|
t1 = class
|
|||
|
|
|
|||
|
|
constructor := exit;
|
|||
|
|
|
|||
|
|
procedure p1(a: set of record end) := exit;
|
|||
|
|
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin end.
|