about summary refs log tree commit diff
path: root/elf/tst-tlsgap-mod0.c
blob: 1478b0beac5faf981f7ff6c2131a5cee18e69545 (plain) (blame)
1
2
int __thread tls0;
int *f0(void) { return &tls0; }