aboutsummaryrefslogtreecommitdiff
path: root/test/Linker/2002-07-17-LinkTest2.ll
blob: 322f38034fafc711f06873ece65cc811e590e697 (plain)
1
2
3
4
5
6
7
8
9
10
; This fails linking when it is linked with an empty file as the first object file

; RUN: touch Output/LinkTest1.ll
; RUN: as Output/LinkTest1.ll
; RUN: as < %s > Output/LinkTest2.bc
; RUN: link Output/LinkTest[12].bc

%work = global int (int, int)* %zip

declare int %zip(int, int)