mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 21:53:16 -04:00
5 lines
76 B
LLVM
5 lines
76 B
LLVM
; RUN: opt < %s -adce -disable-output
|
|
|
|
define void @test() {
|
|
unreachable
|
|
}
|