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

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