(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
sparcbug.c
       1  foo (a)
       2  {
       3    int b = a;
       4    return b + 8762345;
       5  }