summaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/allow-multiple-definition.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/allow-multiple-definition.s')
-rw-r--r--test/ELF/Inputs/allow-multiple-definition.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ELF/Inputs/allow-multiple-definition.s b/test/ELF/Inputs/allow-multiple-definition.s
new file mode 100644
index 000000000000..c2655a437ae3
--- /dev/null
+++ b/test/ELF/Inputs/allow-multiple-definition.s
@@ -0,0 +1,4 @@
+.globl _bar
+.type _bar, @function
+_bar:
+ mov $2, %eax