Jakub Konka d84282174c link-test: move tls test to macho/tls
This test was always really testing correct behavior of our in-house
MachO linker to begin with.
2022-08-17 09:00:26 +02:00

6 lines
49 B
C

_Thread_local int a;
int getA() {
return a;
}