6 lines
86 B
LLVM
6 lines
86 B
LLVM
; RUN: llvm-as < %s | opt -adce -disable-output
|
|
|
|
define void @test() {
|
|
unreachable
|
|
}
|