2002-08-15-CastAmbiguity.ll 142 Bytes Raw Blame History Permalink 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 }