blob: d194ab062e042fecd3505406574e85abd9c0a0aa [file] [log] [blame]
; RUN: opt < %s -inline -prune-eh -disable-output -enable-new-pm=0
define linkonce void @caller() {
call void @callee( )
ret void
}
define linkonce void @callee() {
ret void
}