mirror of
https://github.com/darlinghq/darling-dyld.git
synced 2024-11-23 12:29:44 +00:00
01ca8e46cb
dyld-733.6
9 lines
66 B
C
9 lines
66 B
C
|
|
|
|
|
|
__thread int a;
|
|
__thread int b = 5;
|
|
|
|
|
|
int getB() { return b; }
|