mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 16:49:45 +02:00
18 lines
143 B
ObjectPascal
18 lines
143 B
ObjectPascal
Unit uw38385a;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
Interface
|
|
|
|
Type
|
|
IInterface1 = Interface(IInterface)
|
|
Procedure p1();
|
|
End;
|
|
|
|
Implementation
|
|
|
|
|
|
|
|
End.
|
|
|