1; RUN: llvm-as %s -o /dev/null2; RUN: verify-uselistorder %s3 4define void @test() {5 call {i32} @foo()6 ret void7}8 9declare {i32 } @foo()10