xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-scripts
/
cross1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
foo
();
2
int
func()
3
func
()
4
{
5
return
foo
();
6
}
7