6 lines
76 B
LLVM
Raw Normal View History

; RUN: opt < %s -adce -disable-output
define void @test() {
unreachable
}