blob: 413a31ae570d2ee578b11ff856d0cd3696867003 [file] [log] [blame]
Chris Lattnerf406d282002-07-23 18:26:48 +00001; This fails linking when it is linked with an empty file as the first object file
2
Misha Brukmanb6cb66f2003-09-15 20:04:28 +00003; RUN: llvm-as > %t1.bc < /dev/null
4; RUN: llvm-as < %s > %t2.bc
5; RUN: llvm-link %t[12].bc
Chris Lattnerf406d282002-07-23 18:26:48 +00006
7%work = global int (int, int)* %zip
8
9declare int %zip(int, int)