3 # RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc -o %tobject.obj %S/Inputs/object.s
4 # RUN: lld-link -dll -entry:f -out:%t.dll -implib:%t.lib %tobject.obj
5 # RUN: llvm-mc -filetype=obj -triple=x86_64-windows-msvc -o %tmain.obj %s
6 # RUN: lld-link -entry:main -out:%t.exe -opt:ref -debug:dwarf %tmain.obj %t.lib
7 # RUN: llvm-readobj --coff-imports %t.exe | FileCheck %s
15 .section .text,"xr",one_only,main
24 .section .text,"xr",one_only,stripped