fpc/tests/tbs/tb0373.pp
2024-10-31 22:35:04 +01:00

9 lines
142 B
ObjectPascal

{$ifdef fpc}{$mode delphi}{$endif}
type
tmyinterface = interface
procedure p(p : longint); // Delphi allows this
end;
begin
end.