(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr22589-1.c
       1  int bar (char *foo)
       2  {
       3    return (long long) ((int) foo + 0) < 0;
       4  }