3 # RUN: split-file %s %t.dir
4 # RUN: llvm-mc --filetype=obj -triple=x86_64-windows-msvc %t.dir/foo.s -o %t.foo.obj
5 # RUN: llvm-mc --filetype=obj -triple=x86_64-windows-msvc %t.dir/qux.s -o %t.qux.obj
6 # RUN: lld-link %t.qux.obj %t.foo.obj -out:%t.dll -dll
17 .global _DllMainCRTStartup