index
:
toolchain_binutils.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
binutils-2.22
/
ld
/
testsuite
/
ld-elf
/
indirect1a.c
blob: 693154268a86c8ad0fa9c06f9f8f36bc9991d6ff (
plain
)
1
2
3
4
5
6
7
8
extern
void
bar
(
void
);
int
start
(
void
)
{
bar
();
return
0
;
}