OSDN Git Service

2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20030331-2.c
1 // { dg-options "" }
2
3 extern int printf (const char *, ...);
4
5 int foo() {
6   int yd;
7   float in[1][yd];
8  
9   void bar() {
10     printf("%p\n",in[0]);
11   }
12 }