相关疑难解决方法(0)

奇怪的数组初始化表达式?

以下代码是什么意思?代码来自GCC的回归测试套件.

static char * name[] = {
   [0x80000000]  = "bar"
};
Run Code Online (Sandbox Code Playgroud)

c arrays compiler-construction gcc

20
推荐指数
3
解决办法
2818
查看次数

标签 统计

arrays ×1

c ×1

compiler-construction ×1

gcc ×1