YouCompleteMe/cpp/llvm/test/Assembler/2002-08-15-CastAmbiguity.ll

7 lines
112 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llvm-as %s -o /dev/null
define void @test(i32 %X) {
call void @test( i32 6 )
ret void
}