pr23237.c

来自「用于进行gcc测试」· C语言 代码 · 共 17 行

C
17
字号
/* Don't assemble, as this section syntax may not be valid on all platforms   (e.g., Darwin).  *//* { dg-do compile } *//* { 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 + =
减小字号Ctrl + -
显示快捷键?