(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr95049.c
       1  /* { dg-do compile } */
       2  
       3  void a()
       4  {
       5    for (int b; b; b = !b)
       6      ;
       7  }