[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git] / llvm / test / Linker / Inputs / PR8300.b.ll
blobf2b89c8eb54c920735950bc64c8de0c9fe95e1e6
1 %foo = type { [8 x i8] }
2 %bar = type { [9 x i8] }
4 @zed = alias void (%bar), ptr @xyz
6 define void @xyz(%foo %this) {
7 entry:
8   ret void