summaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/armnt-obj.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/pecoff/Inputs/armnt-obj.s')
-rw-r--r--test/pecoff/Inputs/armnt-obj.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/pecoff/Inputs/armnt-obj.s b/test/pecoff/Inputs/armnt-obj.s
new file mode 100644
index 0000000000000..20eeab0e1dda0
--- /dev/null
+++ b/test/pecoff/Inputs/armnt-obj.s
@@ -0,0 +1,12 @@
+
+ .syntax unified
+ .thumb
+ .text
+
+ .def main
+ .scl 2
+ .type 32
+ .endef
+main:
+ bx lr
+