(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr82875.c
       1  /* PR middle-end/82875 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-ftree-ter" } */
       4  /* { dg-require-effective-target alloca } */
       5  
       6  const int a = 100;
       7  
       8  void
       9  foo (void)
      10  {
      11    int c[a];
      12  }