]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.c-torture/compile/20030716-1.c
Merge tree-ssa-20020619-branch into mainline.
[thirdparty/gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030716-1.c
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 }