zig/test/link/tls/a.c

6 lines
49 B
C

_Thread_local int a;
int getA() {
return a;
}