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

9 lines
103 B
LLVM
Raw Normal View History

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
}