mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 21:43:25 +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;
|
|
}
|