Sign in
gnu
/
gcc.git
/
94edbc153ae4f1c1532859836e528fc480da82d6
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
call.c
blob: cbe122ec64902b6cc3cff001d1720e2e6588055c [
file
] [
log
] [
blame
]
/* { dg-skip-if "requires untyped assembly" { ! untyped_assembly } { "-O0" } { "" } } */
/* { dg-additional-options "-std=gnu89" } */
int
foo
()
{}
main
(
a
,
b
)
{
foo
(
foo
(
a
,
b
),
foo
(
b
,
a
));
return
0
;
}