forked from OSchip/llvm-project
parent
e5e5b37b79
commit
5f8becb224
|
@ -0,0 +1,10 @@
|
|||
; RUN: llvm-as < %s | opt -inline -disable-output
|
||||
|
||||
int %test() {
|
||||
unwind
|
||||
}
|
||||
|
||||
int %caller() {
|
||||
%X = call int %test()
|
||||
ret int %X
|
||||
}
|
Loading…
Reference in New Issue