Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Linker / 2003-05-15-TypeProblem.ll
blobc1a3f18c21b3db5ccd409ff0f04ecc7ea2d1b38f
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 { ptr} %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 { ptr }
9 %N = type i32