blob: 67bf686448e87ecf858096e3a8f3dfef38982cb1 [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
Reid Spencereacb7022006-12-31 06:02:00 +00004; RUN: llvm-upgrade < %s | llvm-as > %t2.bc
Misha Brukmanb6cb66f2003-09-15 20:04:28 +00005; 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)