initial commit
[glibc.git] / elf / tst-tlsmod15a.c
1 extern int nonexistent_dummy_var;
2 int *
3 foo (void)
4 {
5 return &nonexistent_dummy_var;
6 }