OpenGrok
Cross Reference: pr15146d.c
xref
: /
toolchain
/
binutils
/
binutils-2.25
/
ld
/
testsuite
/
ld-plugin
/
pr15146d.c
Home
|
History
|
Annotate
|
Download
|
only in
ld-plugin
1
extern
int
xxx
;
2
3
int
4
main
()
5
{
6
return
xxx
;
7
}
8