diff options
Diffstat (limited to 'test/ELF/Inputs/allow-multiple-definition.s')
| -rw-r--r-- | test/ELF/Inputs/allow-multiple-definition.s | 4 |
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 |
