xref: /llvm-project/lld/test/ELF/Inputs/allow-shlib-undefined.s (revision af599389f5a346491dd6acab633bc86eeb0fe444)
1.globl _shared
2.weak x2
3_shared:
4  callq x1@PLT
5
6       callq x2@PLT
7