]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/Inputs/verdef-defaultver.s
Vendor import of lld trunk r290819:
[FreeBSD/FreeBSD.git] / test / ELF / Inputs / verdef-defaultver.s
1 b@V1 = b_1
2 b@@V2 = b_2
3
4 .globl a
5 .type  a,@function
6 a:
7 retq
8
9 .globl b_1
10 .type  b_1,@function
11 b_1:
12 retq
13
14 .globl b_2
15 .type  b_2,@function
16 b_2:
17 retq
18
19 .globl c
20 .type  c,@function
21 c:
22 retq