* config/xtensa/xtensa.c (function_arg): Generalize logic so that it
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030331-2.c
blob210524da456f67c79c180a8ee6f6bbbc016f4a59
1 // { dg-options "" }
3 int foo() {
4 int yd;
5 float in[1][yd];
7 static void bar() {
8 printf("%p\n",in[0]);