mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:08:13 +02:00
19 lines
169 B
ObjectPascal
19 lines
169 B
ObjectPascal
Unit uw38385c;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
Interface
|
|
|
|
Uses
|
|
uw38385a;
|
|
|
|
Type
|
|
IInterface1 = Interface(uw38385a.IInterface1)
|
|
Procedure p3();
|
|
End;
|
|
|
|
Implementation
|
|
|
|
End.
|
|
|