(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
20041219-1.c
       1  /* PR 18067 */
       2  /* { dg-do compile } */
       3  
       4  void foo(int i)
       5  {
       6      const int j=i+1;
       7      int a[1][j*j];
       8  }