diff options
Diffstat (limited to 'test/ELF/Inputs/shared2.s')
| -rw-r--r-- | test/ELF/Inputs/shared2.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ELF/Inputs/shared2.s b/test/ELF/Inputs/shared2.s new file mode 100644 index 000000000000..a723902e890e --- /dev/null +++ b/test/ELF/Inputs/shared2.s @@ -0,0 +1,6 @@ +.global bar2 +.type bar2, @function +bar2: + +.global zed2 +zed2: |
