forked from OSchip/llvm-project
parent
3699ef409c
commit
36239e2df9
|
@ -0,0 +1,9 @@
|
|||
; RUN: as < %s | opt -raise
|
||||
|
||||
declare void %foo()
|
||||
|
||||
void %test() {
|
||||
%X = cast void()* %foo to int()*
|
||||
%retval = call int %X()
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue