xref: /llvm-project/lld/test/COFF/Inputs/tlssup.s (revision b95fcf09c081e5f81f1e5c4ee434b3d0b912208a)
1    .section    .tls,"dw"
2    .byte       0xaa
3
4    .section    .tls$ZZZ,"dw"
5    .byte       0xff
6
7    .globl      _tls_index
8    .data
9_tls_index:
10    .int        0
11