⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 comp-types-8.mm

📁 linux下编程用 编译软件
💻 MM
字号:
/* { dg-do compile } *//* We used to ICE because we removed the cast to List_linked*   in -[ListIndex_linked next]. */@interface List{@public  int firstLink;}@end@interface ListIndex_linked{@public  List *collection;  int link;}@end@interface List_linked: List@end@implementation List@end@implementation ListIndex_linked- next{   link = ((List_linked*)collection)->firstLink;}@end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -