mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 10:28:15 +02:00
11 lines
93 B
ObjectPascal
11 lines
93 B
ObjectPascal
{ %VERSION=1.1 }
|
|
{$mode objfpc}
|
|
type
|
|
i = interface;
|
|
|
|
i = interface
|
|
end;
|
|
|
|
begin
|
|
end.
|