darling-dyld/unit-tests/test-cases/tlv-dylib/foo.c
2022-04-18 20:33:29 -07:00

9 lines
66 B
C

__thread int a;
__thread int b = 5;
int getB() { return b; }