llvm/llvm/test/Transforms/ADCE/unreachable-function.ll

; RUN: opt < %s -passes=adce -disable-output

define void @test() {
	unreachable
}