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