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
/
indirect1c.c
blob: eae278df96dca21b3c2e1e41be519c5ad267245b (
plain
)
1
2
3
4
5
6
7
extern
void
foo
(
void
);
void
bar
(
void
)
{
foo
();
}