(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pret-arg.c
       1  /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
       2  
       3  foo (a, b, c, d, e, f, g, h, i, j, xx)
       4       double xx;
       5  {
       6    return xx + 1.2345;
       7  }