(root)/
glibc-2.38/
elf/
tst-tlsmod13.c
       1  __thread int a[2] __attribute__ ((tls_model ("initial-exec")));
       2  
       3  int
       4  foo (void)
       5  {
       6    return a[0];
       7  }