pascalabcnet/TestSuite/units/u_interface5.pas

8 lines
81 B
ObjectPascal
Raw Permalink Normal View History

2020-02-02 21:07:47 +03:00
unit u_interface5;
type
I = interface
function f1: byte;
end;
end.