about summary refs log tree commit diff
path: root/elf/tst-tlsgap-mod2.c
blob: 166c27d7f3fac2524bf96b76ec320eaad2741986 (plain) (blame)
1
2
int __thread tls2;
int *f2(void) { return &tls2; }