(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
opout.c
       1  x ()
       2  {}
       3  
       4  y ()
       5  {}
       6  
       7  z (a, b)
       8  {
       9    return (int) &a + (int) &b + (int) x + (int) z;
      10  }