fpc/tests/webtbs/uw38385a.pp

18 lines
143 B
ObjectPascal

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