Restore "Move metadata linking after lazy global materialization/linking."
[oota-llvm.git] / test / Linker / Inputs / pr22807-2.ll
1 %struct.A = type { %struct.B* }
2 %struct.B = type opaque
3
4 define i32 @bar(%struct.A* %A) {
5    ret i32 0
6 }