aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/verdef-defaultver.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/Inputs/verdef-defaultver.s')
-rw-r--r--test/ELF/Inputs/verdef-defaultver.s22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/ELF/Inputs/verdef-defaultver.s b/test/ELF/Inputs/verdef-defaultver.s
new file mode 100644
index 000000000000..2e1d1c36fb92
--- /dev/null
+++ b/test/ELF/Inputs/verdef-defaultver.s
@@ -0,0 +1,22 @@
+b@LIBSAMPLE_1.0 = b_1
+b@@LIBSAMPLE_2.0 = b_2
+
+.globl a
+.type a,@function
+a:
+retq
+
+.globl b_1
+.type b_1,@function
+b_1:
+retq
+
+.globl b_2
+.type b_2,@function
+b_2:
+retq
+
+.globl c
+.type c,@function
+c:
+retq