allwinner_a64/android/external/llvm/test/Assembler/2002-08-15-CastAmbiguity.ll
2018-08-08 16:14:42 +08:00

7 lines
142 B
LLVM

; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s
define void @test(i32 %X) {
call void @test( i32 6 )
ret void
}