mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-05 00:59:19 +00:00
6 lines
79 B
LLVM
6 lines
79 B
LLVM
![]() |
; RUN: llvm-as < %s | opt -adce -disable-output
|
||
|
|
||
|
void %test() {
|
||
|
unreachable
|
||
|
}
|