xref
: /
toolchain
/
binutils
/
binutils-2.27
/
ld
/
testsuite
/
ld-plugin
/
pr15146d.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
xxx
;
2
3
int
main()
4
main
()
5
{
6
return
xxx
;
7
}
8