blob: 322f38034fafc711f06873ece65cc811e590e697 [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
3; RUN: touch Output/LinkTest1.ll
4; RUN: as Output/LinkTest1.ll
5; RUN: as < %s > Output/LinkTest2.bc
6; RUN: link Output/LinkTest[12].bc
7
8%work = global int (int, int)* %zip
9
10declare int %zip(int, int)