(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
isinf.c
       1  int
       2  isinf ()
       3  {
       4    return 0;
       5  }