Add an already passing test.
[oota-llvm.git] / test / tools / gold / X86 / Inputs / resolve-to-alias.ll
1 @bar = alias void (), void ()* @zed
2 define void @zed() {
3   ret void
4 }