| 1: | func @abort = () #noReturn -> Void; |
Abort the program. Lowers to a trap instruction if the target has one, otherwise lowered to LibC abort().
None.
Doesn't return
(TODO)
| @breakpoint | Cause an execution trap to request the debugger break execution |