Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
uuarg.c
blob: 875c7c3b50f2c81b98c92652cc11dd158ce8bcad [
file
] [
log
] [
blame
]
/* { dg-require-effective-target untyped_assembly } */
/* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
foo
(
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
)
{
return
foo
()
+
i
;
}