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

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