modernc.org/cc@v1.0.1/testdata/array.c (about) 1 char a[]; 2 3 void f() { 4 a; 5 } 6 7 char a[] = "foo";