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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-plugin
/
lto-11c.c
blob
8cd40b95ec73ff77daca910063ec4d11cf89a0dd
1
extern
int
printf
(
const char
*, ...);
2
3
void
bar
(
void
)
4
{
5
printf
(
"Hello from %s!
\n
"
,
__FUNCTION__
);
6
}