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-8a.c
blob
0bdeb2723f746b08d1ebcb50fad7e4e5dcb796a7
1
#include <stdio.h>
2
3
extern
void
foo
(
char
);
4
5
void
baz
(
int
i
)
6
{
7
printf
(
"baz: %d
\n
"
,
i
);
8
}
9
10
int
main
(
void
)
11
{
12
foo
(
42
);
13
return
0
;
14
}