This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7974a6050b
binutils-gdb
/
ld
/
testsuite
/
ld-elf
/
pr9676-4.c
10 lines
91 B
C
Raw
Blame
History
extern
int
bar
(
void
)
;
extern
int
foo
(
void
)
;
int
x
(
void
)
{
foo
(
)
;
return
bar
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink