/development/std/internal/safety/darwin.nct
darwin.nct
//! Darwin implementation of the standard bounds-style termination boundary.
see ./index.nct
use /internal/os/darwin.trap
#target: "arm64-darwin"
func bounds_abort(): never {
return trap()
}