]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-tlsmod15a.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / tst-tlsmod15a.c
CommitLineData
167d5acc
UD
1extern int nonexistent_dummy_var;
2int *
3foo (void)
4{
5 return &nonexistent_dummy_var;
6}