add test for strftime
[libc-test.git] / src / functional / tls_init_dso.c
blobeff1a586ab1e1b0ff157429f2caa243743b76a25
1 static char buf[] = "foobar";
2 __thread char *tls = buf;
4 char *gettls()
6 return tls;