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

7 lines
115 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o /dev/null -f
2002-08-16 05:08:38 +08:00
2008-02-14 15:57:12 +08:00
define void @test(i32 %X) {
call void @test( i32 6 )
ret void
2002-08-16 05:08:38 +08:00
}