mangle21.c

来自「xml大全 可读写调用率很高 xml大全 可读写调用率很高」· C语言 代码 · 共 14 行

C
14
字号
// PR c++/14324// { dg-do assemble }extern "C" {void fun1(void){  do { static int xyz __attribute__((unused)) = 1; } while (0);  do { static int xyz __attribute__((unused)) = 2; } while (0);  do { static int xyz __attribute__((unused)) = 3; } while (0);}}

⌨️ 快捷键说明

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