hanchenye-llvm-project/llvm/test/Assembler/2002-08-15-CastAmbiguity.ll

9 lines
153 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2002-08-16 05:08:38 +08:00
void %test(int %X) {
call void (int)* cast (void(int) * %test to void(int) *) (int 6)
ret void
}