8 lines
98 B
ObjectPascal
8 lines
98 B
ObjectPascal
|
|
type
|
|||
|
|
t1 = class
|
|||
|
|
class constructor := Assert(True);
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
var t := new t1;
|
|||
|
|
end.
|