summaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/armnt-executable.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/armnt-executable.s')
-rw-r--r--test/COFF/Inputs/armnt-executable.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/COFF/Inputs/armnt-executable.s b/test/COFF/Inputs/armnt-executable.s
new file mode 100644
index 000000000000..7e1a8ce82120
--- /dev/null
+++ b/test/COFF/Inputs/armnt-executable.s
@@ -0,0 +1,13 @@
+# void mainCRTStartup() {}
+ .syntax unified
+ .thumb
+ .text
+ .def mainCRTStartup
+ .scl 2
+ .type 32
+ .endef
+ .global mainCRTStartup
+ .align 2
+ .thumb_func
+mainCRTStartup:
+ bx lr