blob: d9f09a06e7dadfcc5cc31669947cc85a3e6d0548 [file] [log] [blame]
; RUN: llvm-as < %s | opt -inline -prune-eh -disable-output
define linkonce void @caller() {
call void @callee( )
ret void
}
define linkonce void @callee() {
ret void
}