Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920623-1.c
1
int
f
(
int
c
)
{
return
f
(
c
--
)
;
}
2
g
(
)
{
}