OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-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 }