1extern int nonexistent_dummy_var;
2int *
3foo (void)
4{
5 return &nonexistent_dummy_var;
6}
7

source code of glibc/elf/tst-tlsmod15a.c