5 lines
83 B
LLVM
5 lines
83 B
LLVM
; RUN: opt < %s -passes=adce -disable-output
|
|
|
|
define void @test() {
|
|
unreachable
|
|
}
|