[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Linker / testlink2.ll
index 1798e31e47dca8169e09f0b2abad85f6c4ac6a62..ff8e5299869a566d6c5f42589f6c3202f958da8b 100644 (file)
@@ -8,6 +8,8 @@
 %Ty1 = type { %Ty2* }
 %Ty2 = type opaque
 
+%VecSize = type { <10 x i32> }
+
 @GVTy1 = global %Ty1* null
 @GVTy2 = external global %Ty2*
 
@@ -53,3 +55,4 @@ define internal void @testIntern() {
   ret void
 }
 
+declare void @VecSizeCrash1(%VecSize)