projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
PowerPC VLE
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr11138-2.c
1
#include <stdio.h>
2
3
extern
void
foo
(
void
);
4
5
void
6
bar
(
void
)
7
{
8
printf
(
"MAIN bar
\n
"
);
9
}
10
11
int
12
main
(
void
)
13
{
14
bar
();
15
foo
();
16
return
0
;
17
}
This page took
0.030248 seconds
and
4
git commands to generate.