blob: 129e4582994af63498dbcfe2a5ccdaffdfc76bba [file] [log] [blame]
Chris Lattnerc43a4a42003-05-13 20:31:46 +00001; Test that appending linkage works correctly.
2
3; RUN: echo "%X = appending global [1x int] [int 8]" | as > Output/%s.2.bc
4; RUN: as < %s > Output/%s.1.bc
5; RUN: link Output/%s.[12].bc | dis | grep 7 | grep 4 | grep 8
6
7%X = appending global [2 x int] [int 7, int 4]