Add a test case for PR1434
[oota-llvm.git] / test / Linker / 2003-10-21-ConflictingTypesTolerance.ll
1 ; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
2 ; RUN: echo { %S = type \[8 x i32\] external global %S } | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out1.bc %t.out2.bc | llvm-dis | grep %S | grep \{
4
5 %S = type { int }
6
7