xref
: /
dports
/
devel
/
binutils
/
binutils-2.37
/
ld
/
testsuite
/
ld-plugin
/
pr16846b.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
__thread
int
foo
;
2
3
int
bar(void)
4
bar
(
void
)
5
{
6
return
foo
;
7
}
8