6 lines
111 B
LLVM
Raw Normal View History

; RUN: opt < %s -domtree -gvn -domtree -constmerge -disable-output
define i32 @test1() {
unreachable
}