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

📄 static4.c

📁 linux下编程用 编译软件
💻 C
字号:
// PR 13898// Make sure the two X variables get assigned unique assembler names// if they are promoted to static storage.// { dg-do compile }int g(int i) {   if (i<1) {     const int x[3] = { 1,2,3 };     return x[i];   } else {     const int x[3] = { 4,5,6 };     return x[i];   } } 

⌨️ 快捷键说明

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