Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / constant-import.s
blob4249d74c9cb74a62baed593357a65f5b8037e03c
2 .def __DllMainCRTStartup@12
3 .type 32
4 .scl 2
5 .endef
6 .global __DllMainCRTStartup@12
7 __DllMainCRTStartup@12:
8 ret
10 .data
11 .def _Data
12 .type 0
13 .scl 2
14 .endef
15 .global _Data
16 _Data:
17 .long ___CFConstantStringClassReference
19 .section .drectve
20 .ascii " -export:_Data"