DEBSOURCES
Skip Quicknav
sources / glibc / 2.41-12 / elf / tst-tlsmod13a.c
123456789
__thread int b[2] __attribute__ ((tls_model ("initial-exec"))); extern int foo (void); int bar (void) { return foo () + b[0]; }