llvm-6502/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
2009-09-15 15:38:31 +00:00

7 lines
196 B
LLVM

; 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 }