(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
builtins-1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fdump-rtl-expand-all" } */
       3  int isdigit(int c)
       4  {
       5          return c >= 0;
       6  }
       7  
       8