fpc/tests/webtbs/uw38385c.pp

19 lines
169 B
ObjectPascal

Unit uw38385c;
{$mode objfpc}{$H+}
Interface
Uses
uw38385a;
Type
IInterface1 = Interface(uw38385a.IInterface1)
Procedure p3();
End;
Implementation
End.