Fix PR149 - support constant shift expressions.
[oota-llvm.git] / test / Linker / 2003-10-21-ConflictingTypesTolerance.ll
1 ; RUN: llvm-as < %s > %t.out1.bc
2 ; RUN: echo "%S = type [8 x int] external global %S " | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out[12].bc | llvm-dis | grep %S | grep '{'
4
5 %S = type { int }
6
7