@llvm_intrinsic(trap) fn abort() -> ! { .. }
Traps the processor, or, if no such instruction exists, aborts the process.
See More: llvm.trap
llvm.trap