hanchenye-llvm-project/llvm/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-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
}