tb0111.pp 171 B

12345678910111213
  1. { %VERSION=1.1 }
  2. {$ifdef fpc}{$mode objfpc}{$endif}
  3. type
  4. imyinterface2 = interface
  5. procedure p;
  6. end;
  7. const
  8. iid_imyinterface2 = imyinterface2;
  9. begin
  10. end.