android_mt6572_jiabo/external/llvm/test/Assembler/2002-08-15-CastAmbiguity.ll
2025-09-05 16:56:03 +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
}