Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
selfrec.c
blob: c79f1c092333ea49fe710991300eb8df93142577 [
file
] [
log
] [
blame
]
int
foo
(
int
a
)
{
return
foo
(
a
-
1
)
*
a
;
}