mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 19:23:08 +00:00
This test was always really testing correct behavior of our in-house MachO linker to begin with.
6 lines
49 B
C
6 lines
49 B
C
_Thread_local int a;
|
|
|
|
int getA() {
|
|
return a;
|
|
}
|