1*9880d681SAndroid Build Coastguard Worker; This fails linking when it is linked with an empty file as the first object file 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as > %t1.bc < /dev/null 4*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as < %s > %t2.bc 5*9880d681SAndroid Build Coastguard Worker; RUN: llvm-link %t1.bc %t2.bc 6*9880d681SAndroid Build Coastguard Worker 7*9880d681SAndroid Build Coastguard Worker@work = global i32 (i32, i32)* @zip ; <i32 (i32, i32)**> [#uses=0] 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Workerdeclare i32 @zip(i32, i32) 10*9880d681SAndroid Build Coastguard Worker 11