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
112 B
LLVM
Raw Normal View History

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