x86_64: Fix svml_s_hypotf16_core_avx512.S code formatting
[glibc.git] / elf / tst-tlsmod16b.c
blob1ecba26dbedcb23e087cd637934e9e1aadff6760
1 extern __thread int tlsvar __attribute__((tls_model("initial-exec")));
3 void *
4 in_dso (void)
6 return &tlsvar;