mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 10:11:11 +01:00
8 lines
78 B
ObjectPascal
8 lines
78 B
ObjectPascal
{$mode objfpc}
|
|
|
|
type
|
|
A = type IInterface;
|
|
B = type IInterface;
|
|
|
|
begin
|
|
end. |