OSDN Git Service

* gcc.dg/unused-6.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20030331-2.c
1 // { dg-options "" }
2
3 int foo() {
4   int yd;
5   float in[1][yd];
6  
7   static void bar() {
8     printf("%p\n",in[0]);
9   }
10 }