6 lines
49 B
C

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