tb0215c.pp 232 B

12345678910111213141516
  1. { %FAIL }
  2. // it's not allowed to assign a corbainterface to TGuid
  3. {$mode objfpc}
  4. {$INTERFACES COM}
  5. type
  6. ITest = interface
  7. ['{0374223C-E460-4CC2-ABFD-7723AAB80CFE}']
  8. end;
  9. const
  10. Test_IID: Shortstring = ITest;
  11. begin
  12. end.