YouCompleteMe/cpp/llvm/test/Assembler/2002-08-15-CastAmbiguity.ll
2012-07-05 17:51:06 -07:00

7 lines
112 B
LLVM

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