2 // RUN
: llvm-mc
-filetype
=obj
-triple
=i686-win32-gnu
%s
-o
%t.o
4 // RUN
: lld-link
-lldmingw
-dll
-out
:%t.dll
%t.o
-noentry
-exclude-symbols
:sym2
,unknownsym
-exclude-symbols
:unknownsym
,sym3
5 // RUN
: llvm-readobj
--coff-exports
%t.dll | FileCheck
--implicit-check-
not=Name
: %s