Refer to C23 in place of C2X in glibc
[glibc.git] / elf / tst-tlsgap-mod0.c
blob1478b0beac5faf981f7ff6c2131a5cee18e69545
1 int __thread tls0;
2 int *f0(void) { return &tls0; }