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