foo.c   [plain text]





__thread int a;
__thread int b = 5;


int getB() { return b; }