Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pret-arg.c
blob: d86d135dc4b3151c371c7e010a86f09fdec66549 [
file
] [
log
] [
blame
]
/* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
foo
(
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
,
j
,
xx
)
double
xx
;
{
return
xx
+
1.2345
;
}