Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
uuarg.c
blob: 29ac87657b9ddfa8870794f454a561b9b8c44c08 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target untyped_assembly } */
/* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
)
{
return
foo
()
+
i
;
}