repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dead
[official-gcc.git]
/
gomp-20050608-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
selfrec.c
blob
c7aaca552a0f6fcb24c9420eb598dc99c9669677
1
int
2
foo
(
a
)
3
{
4
return
foo
(
a
-
1
) *
a
;
5
}