blob: 41e232408cb714927c787d4cd4c6c6f203cdfb31 [file] [log] [blame]
; RUN: llvm-as %s -o /dev/null
define void @test(i32 %X) {
call void @test( i32 6 )
ret void
}