1 2 3 4 5 6 7 8 9 10
; RUN: llvm-as < %s | opt -inline -disable-output int %test() { unwind } int %caller() { %X = call int %test() ret int %X }