📄 pr23237.c
字号:
/* { dg-require-effective-target named_sections } */static __attribute__ ((__section__ (".init.data"))) char *message;static __attribute__ ((__section__ (".init.data"))) int (*actions[])(void) = {};void unpack_to_rootfs(void){ while (!message) { if(!actions[0]) return; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -