aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-08-15-CastAmbiguity.ll
blob: 267a0d33ee45ed5a7038bf2bbce6db22213bd6fb (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s -o /dev/null -f

define void @test(i32 %X) {
        call void @test( i32 6 )
        ret void
}