Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pret-arg.c
blob: 2a11aab26af11cc30557a6e561af0014650bff66 [
file
] [
log
] [
blame
]
/* { 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
,
j
,
xx
)
double
xx
;
{
return
xx
+
1.2345
;
}