blob: 133200f28471411d46b693c63314c081fc8125bd [file] [log] [blame]
; RUN: llvm-as < %s | opt -prune-eh | llvm-dis | not grep nounwind
define weak void @f() {
entry:
ret void
}
define void @g() {
entry:
call void @f()
ret void
}