1 2 3 4 5 6 7 8 9 10
// { dg-options "" } int foo() { int yd; float in[1][yd]; static void bar() { printf("%p\n",in[0]); } }