• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: opt < %s -adce -disable-output
2
3define void @test() {
4	unreachable
5}
6