]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-tlsmod15a.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / tst-tlsmod15a.c
1 extern int nonexistent_dummy_var;
2 int *
3 foo (void)
4 {
5 return &nonexistent_dummy_var;
6 }