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-6.c
blob
749e4e02f418dc3f37077cfaac4bfefe38b7d044
1
#include <stdio.h>
2
3
extern
char
_etext
[];
4
5
int
main
(
void
)
6
{
7
printf
(
"%p: %d
\n
"
,
_etext
,
_etext
[
0
]);
8
return
0
;
9
}