modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20030716-1.c (about) 1 void baz(int i); 2 3 void foo(int i, int A[i+1]) 4 { 5 int j=A[i]; 6 void bar() { baz(A[i]); } 7 }