hanchenye-llvm-project/llvm/test/Assembler/2002-08-15-CastAmbiguity.ll

7 lines
117 B
LLVM

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