llvm-project/llvm/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntr...

7 lines
90 B
LLVM

; RUN: opt %s -simplifycfg -disable-output
; PR8445
define void @test() {
unwind
}