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