xref: /llvm-project/lld/test/ELF/Inputs/symbol-ordering-file-warnings2.s (revision de300e66bbff85c70a9e69d536f10488c899ef9f)
1.text
2.global missing
3missing:
4  callq undefined
5  # This is a "bad" (undefined) instance of the symbol
6  callq multi
7