xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-elfweak
/
size_main.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
void
foo
();
2
3
int
main()
4
main
()
5
{
6
foo
();
7
return
0;
8
}
9