Override elf_nacl.xr linker script so that libc_pic.os links correctly
[glibc/nacl-glibc.git] / elf / tst-tlsmod15a.c
blob66c707129acd8aa3e5e6b9cb63d0eeee503ce1c0
1 extern int nonexistent_dummy_var;
2 int *
3 foo (void)
5 return &nonexistent_dummy_var;