Link declaration lazily.
[oota-llvm.git] / test / Linker / Inputs / type-unique-dst-types2.ll
1 %A.11 = type { %B }
2 %B = type { i8 }
3 @g1 = external global %A.11
4
5 define %A.11* @use_g1() {
6   ret %A.11* @g1
7 }