aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20030331-2.c
blob: 210524da456f67c79c180a8ee6f6bbbc016f4a59 (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-options "" }

int foo() {
  int yd;
  float in[1][yd];
 
  static void bar() {
    printf("%p\n",in[0]);
  }
}