DEBSOURCES
Skip Quicknav
sources / llvm / 2.2-12 / test / CodeGen / Generic / trap.ll
123456789
; RUN: llvm-as < %s | llc define i32 @test() noreturn nounwind { entry: tail call void @llvm.trap( ) unreachable } declare void @llvm.trap() nounwind