6 lines
51 B
ObjectPascal
6 lines
51 B
ObjectPascal
type IInt = interface
|
|
a : integer;
|
|
end;
|
|
|
|
begin
|
|
end. |