(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
gimplefe-12.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O -fgimple" } */
       3  
       4  void __GIMPLE (startwith ("ccp1")) foo ()
       5  {
       6    int a;
       7    int b;
       8    a = b + 2;
       9    return;
      10  }