1; RUN: llc < %s2define i32 @test() noreturn nounwind {3entry:4 tail call void @llvm.trap( )5 unreachable6}7 8declare void @llvm.trap() nounwind 9 10