glibc/elf/tst-tlsgap-mod0.c

3 lines
51 B
C
Raw Permalink Normal View History

int __thread tls0;
int *f0(void) { return &tls0; }