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