summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0373.pp
blob: 484c731a7673dc56228fd82e949b5693e62b8912 (plain)
1
2
3
4
5
6
7
8
9
{ %VERSION=1.1 }
{$ifdef fpc}{$mode delphi}{$endif}
type
   tmyinterface = interface
      procedure p(p : longint); // Delphi allows this
   end;

begin
end.