X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FLinker%2Ftype-unique-dst-types.ll;h=1adad49de91d1366a504dd6b63b3a7c3b4c8ed17;hp=30aecbb970cbd11f5af6be6646991c450b88f2a6;hb=0178d23ade9b549a91e3409dd15833ea8a451cb4;hpb=7218e37dabb5cc8b3b61b08cbaf0da49da65a479 diff --git a/test/Linker/type-unique-dst-types.ll b/test/Linker/type-unique-dst-types.ll index 30aecbb970c..1adad49de91 100644 --- a/test/Linker/type-unique-dst-types.ll +++ b/test/Linker/type-unique-dst-types.ll @@ -17,3 +17,7 @@ %A = type { %B } %B = type { i8 } @g3 = external global %A + +define %A* @use_g3() { + ret %A* @g3 +}