diff options
Diffstat (limited to 'test/ELF/Inputs/symver-archive1.s')
-rw-r--r-- | test/ELF/Inputs/symver-archive1.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ELF/Inputs/symver-archive1.s b/test/ELF/Inputs/symver-archive1.s new file mode 100644 index 000000000000..be7c64494215 --- /dev/null +++ b/test/ELF/Inputs/symver-archive1.s @@ -0,0 +1,6 @@ +.text +.globl x +.type x, @function +x: + +.symver x, xx@@VER |