blob: fa986f1572852f36ba97593a47d524f6a3637114 [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
Tanya Lattner76806b62008-03-09 08:16:40 +00004; RUN: llvm-as < %s > %t2.bc
Reid Spenceredca80b2007-04-15 18:11:57 +00005; RUN: llvm-link %t1.bc %t2.bc
Chris Lattnerf406d282002-07-23 18:26:48 +00006
Tanya Lattner76806b62008-03-09 08:16:40 +00007@work = global i32 (i32, i32)* @zip ; <i32 (i32, i32)**> [#uses=0]
Chris Lattnerf406d282002-07-23 18:26:48 +00008
Tanya Lattner76806b62008-03-09 08:16:40 +00009declare i32 @zip(i32, i32)
10