1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
llvm-mirror/test/Assembler/2002-08-15-CastAmbiguity.ll

8 lines
142 B
LLVM
Raw Normal View History

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