xref: /llvm-project/lld/test/ELF/Inputs/shared2-x86-64.s (revision 026e0bf984c617fa2ff4347e47deb069e23fde11)
1.global bar2
2.type bar2, @function
3bar2:
4 ret
5
6.global zed2
7.type  zed2, @function
8zed2:
9 ret
10
11.global bar3
12.type bar3, @function
13bar3:
14 ret
15