1  /* { dg-require-effective-target untyped_assembly } */
       2  /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
       3  
       4  foo (a, b, c, d, e, f, g, h, i)
       5  {
       6    return foo () + i;
       7  }
       1  /* { dg-require-effective-target untyped_assembly } */
       2  /* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
       3  
       4  foo (a, b, c, d, e, f, g, h, i)
       5  {
       6    return foo () + i;
       7  }