8 lines
81 B
ObjectPascal
8 lines
81 B
ObjectPascal
|
|
unit u_interface5;
|
|||
|
|
|
|||
|
|
type
|
|||
|
|
I = interface
|
|||
|
|
function f1: byte;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
end.
|