8 lines
74 B
ObjectPascal
8 lines
74 B
ObjectPascal
type
|
|
T = class
|
|
end;
|
|
|
|
begin
|
|
new{@@} T();
|
|
var o: T := new T;
|
|
end. |