1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Assembler/2002-08-15-CastAmbiguity.ll

7 lines
115 B
LLVM

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