fpc/tests/webtbs/uw38385b.pp

19 lines
170 B
ObjectPascal

unit uw38385b;
{$mode objfpc}{$H+}
interface
uses
uw38385a;
type
IInterface1 = Interface(uw38385a.IInterface1)
Procedure p2();
End;
implementation
end.