mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 11:59:36 +02:00
9 lines
124 B
ObjectPascal
9 lines
124 B
ObjectPascal
{ %VERSION=1.1 }
|
|
type
|
|
tmyinterface = interface
|
|
procedure p(p : longint); // Delphi allows this
|
|
end;
|
|
|
|
begin
|
|
end.
|