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
/
pr20070a.c
blob
523495493e2481cd831a7284b2b4c0cd3b88c687
1
extern
int
printf
(
const char
*
fmt
, ...);
2
3
extern
const char
*
text
;
4
5
int
main
(
int
argc
,
const char
**
argv
)
6
{
7
printf
(
"%s
\n
"
,
text
);
8
return
0
;
9
}