1 ; RUN: llvm-as %s -o /dev/null 2 3 define void @test(i32 %X) { 4 call void @test( i32 6 ) 5 ret void 6 } 7