index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
tst-tlsmod15a.c
blob: 66c707129acd8aa3e5e6b9cb63d0eeee503ce1c0 (
plain
)
1
2
3
4
5
6
extern
int
nonexistent_dummy_var
;
int
*
foo
(
void
)
{
return
&
nonexistent_dummy_var
;
}