1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %s -o /dev/null 2*9880d681SAndroid Build Coastguard Worker; RUN: verify-uselistorder %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workerdefine void @test() { 5*9880d681SAndroid Build Coastguard Worker call {i32} @foo() 6*9880d681SAndroid Build Coastguard Worker ret void 7*9880d681SAndroid Build Coastguard Worker} 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Workerdeclare {i32 } @foo() 10