Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / Linker / 2004-02-17-WeakStrongLinkage.ll
blob0e970ddb489a3bf89bc7aad17a21604fb6bf1c1a
1 ; RUN: llvm-as < %s > %t.out2.bc
2 ; RUN: echo "@me = global i32* null" | llvm-as > %t.out1.bc
3 ; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null -f
5 @me = weak global i32* null             ; <i32**> [#uses=0]