fpc/tests/tbs/tb0373.pp
2002-01-29 21:32:34 +00:00

10 lines
159 B
ObjectPascal

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