repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
lto-18b.c
blob
ca78bbf216d3924a590b4c95fe7329c66941540e
1
extern
int
f2
(
int
);
2
3
int
f1
(
int
x
)
4
{
5
if
(
x
>
0
)
6
return
x
*
f2
(
x
-
1
);
7
return
1
;
8
}