modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/960130-1.c (about) 1 int a[1]; 2 3 int 4 main() 5 { 6 extern int a[]; 7 return *a; 8 }