unreachable-function.ll 76 B

12345
  1. ; RUN: opt < %s -adce -disable-output
  2. define void @test() {
  3. unreachable
  4. }