mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
19 lines
170 B
ObjectPascal
19 lines
170 B
ObjectPascal
unit uw38385b;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
uses
|
|
uw38385a;
|
|
|
|
type
|
|
IInterface1 = Interface(uw38385a.IInterface1)
|
|
Procedure p2();
|
|
End;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|