1; RUN: llvm-as < %s > %t.out2.bc2; RUN: echo "@me = global ptr null" | llvm-as > %t.out1.bc3; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null4 5@me = weak global ptr null ; <ptr> [#uses=0]6 7 8