Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
[llvm.git] / test / Linker / 2003-05-15-TypeProblem.ll
blob18fcea00a13c5406da3e056eee3bcbb4a56009df
1 ; This one fails because the LLVM runtime is allowing two null pointers of
2 ; the same type to be created!
4 ; RUN: echo {%M = type \{ %N*\} %N = type opaque} | llvm-as > %t.2.bc
5 ; RUN: llvm-as < %s > %t.1.bc
6 ; RUN: llvm-link %t.1.bc %t.2.bc
8 %M = type { i32* }
9 %N = type i32