1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/test/Regression/Assembler/2002-08-15-CastAmbiguity.ll

11 lines
140 B
LLVM
Raw Normal View History

2004-11-06 23:07:09 +01:00
; RUN: llvm-as < %s -o /dev/null -f
2002-08-15 23:08:38 +02:00
void %test(int %X) {
call void (int)* cast (void(int) * %test to void(int) *) (int 6)
ret void
}