blob: 80286eb01f6445542b6a3936674f4f3fff11f476 [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
John Criswelle3e7c472003-09-06 15:15:04 +00003; RUN: as > %t1.bc < /dev/null
4; RUN: as < %s > %t2.bc
5; RUN: 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)