Add a few passing lto tests.
[oota-llvm.git] / test / tools / gold / X86 / Inputs / type-merge2.ll
1 %zed = type { i16 }
2 define void @bar(%zed* %this)  {
3   store %zed* %this, %zed** null
4   ret void
5 }