rt_gccstream/gcc/testsuite/gcc.dg/20030331-2.c

13 lines
152 B
C

// { dg-options "" }
extern int printf (const char *, ...);
int foo() {
int yd;
float in[1][yd];
void bar() {
printf("%p\n",in[0]);
}
}