forked from OSchip/llvm-project
9 lines
153 B
LLVM
9 lines
153 B
LLVM
![]() |
; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
|
||
![]() |
|
||
|
|
||
|
void %test(int %X) {
|
||
|
call void (int)* cast (void(int) * %test to void(int) *) (int 6)
|
||
|
ret void
|
||
|
|
||
|
}
|