2
0

tb0373.pp 124 B

12345678
  1. { %VERSION=1.1 }
  2. type
  3. tmyinterface = interface
  4. procedure p(p : longint); // Delphi allows this
  5. end;
  6. begin
  7. end.