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  }
       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  }