fpc/tests/tbs/tb0373.pp
2001-08-19 21:09:25 +00:00

9 lines
124 B
ObjectPascal

{ %VERSION=1.1 }
type
tmyinterface = interface
procedure p(p : longint); // Delphi allows this
end;
begin
end.