2 # RUN: llvm-mc -triple=x86_64-windows-gnu -filetype=obj -o %t.obj %s
3 # RUN: lld-link %t.obj /out:%t.exe /entry:main /subsystem:console /opt:ref
4 # RUN: llvm-readobj --file-headers %t.exe | FileCheck %s
6 # CHECK: TLSTableRVA: 0x1000
7 # CHECK: TLSTableSize: 0x28
9 .section .text@main,"xr",one_only,main
18 .section .rdata$_tls_used,"dr",one_only,_tls_used