ee1caf78314c542d7b7e8ec8e17240b810771fed
[oota-llvm.git] / test / Linker / 2003-05-15-TypeProblem.ll
1 ; This one fails because the LLVM runtime is allowing two null pointers of
2 ; the same type to be created!
3
4 ; RUN: echo "%S = type { %T*} %T = type opaque" | llvm-upgrade | llvm-as > %t.2.bc
5 ; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc
6 ; RUN: llvm-link %t.[12].bc
7
8 %S = type { %T* }
9 %T = type int
10