[ARM] Split large truncating MVE stores
[llvm-complete.git] / test / Linker / 2003-08-20-OpaqueTypeResolve.ll
blob175146f12212dcd399e4cf23626eac232042aacc
1 ; RUN: llvm-as < %s > %t.out1.bc
2 ; RUN: echo "%M = type { i32, i32* } " | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out1.bc %t.out2.bc
5 %M = type { i32, %N* }
6 %N = type opaque
8 ;%X = global { int, %N* } { int 5, %N* null }