array5.c

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

C
10
字号
// Check to make sure changing from an incomplete// array type to a complete one does not change other// incomplete array type's bounds.// { dg-do compile }extern unsigned char xvalue_store[];extern unsigned char xvalue_store1[];unsigned char xvalue_store[7];unsigned char xvalue_store1[9];

⌨️ 快捷键说明

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