llvm-6502/test/Assembler/2002-08-15-CastAmbiguity.ll

9 lines
103 B
LLVM
Raw Normal View History

void %test(int %X) {
call void (int)* cast (void(int) * %test to void(int) *) (int 6)
ret void
}