blob: 312b9b90d213bc12b94b760f5cc654c3d2c66d9c [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
Reid Spenceredca80b2007-04-15 18:11:57 +00005; RUN: llvm-link %t1.bc %t2.bc
Chris Lattnerf406d282002-07-23 18:26:48 +00006
7%work = global int (int, int)* %zip
8
9declare int %zip(int, int)