1; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
2; CHECK: .inst.n 0xdefe
3
4define void @test() #0 {
5  unreachable
6}
7
8attributes #0 = { nounwind }
9