Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / Inputs / armnt-executable.s
blob7e1a8ce821204bd0410df578fafe42e1d7209557
1 # void mainCRTStartup() {}
2 .syntax unified
3 .thumb
4 .text
5 .def mainCRTStartup
6 .scl 2
7 .type 32
8 .endef
9 .global mainCRTStartup
10 .align 2
11 .thumb_func
12 mainCRTStartup:
13 bx lr