Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030331-2.c
blob2fce78ea97c10bb94369fb3c7ae8fc7933f9643d
1 // { dg-options "" }
3 extern int printf (const char *, ...);
5 int foo() {
6 int yd;
7 float in[1][yd];
9 void bar() {
10 printf("%p\n",in[0]);