blob: 5f952b42b246c06812b41593d21d1d6b12506f70 [file] [log] [blame]
; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s
define void @test(i32 %X) {
call void @test( i32 6 )
ret void
}