blob: 7cdf7ad0dada3766e848f4e218b9701c4f74311b [file] [log] [blame]
; RUN: llvm-as < %s > %t.out1.bc
; RUN: echo { %M = type \[8 x i32\] external global %M } | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out1.bc %t.out2.bc -S | grep %M | grep \\{
%M = type { i32 }