New testcase, the linker is not merging alignments right.
[oota-llvm.git] / test / Linker / 2004-02-17-WeakStrongLinkage.ll
1 ; RUN: llvm-as < %s > %t.out2.bc
2 ; RUN: echo "%me = global int* null" | llvm-as > %t.out1.bc
3 ; RUN: llvm-link %t.out[12].bc -o /dev/null -f
4
5 %me = weak global int * null
6
7