Raw File
2002-08-15-CastAmbiguity.ll
; RUN: llvm-as %s -o /dev/null

define void @test(i32 %X) {
        call void @test( i32 6 )
        ret void
}
back to top