func @abort = () -> Void;
Abort the program. Lowers to a trap instruction if the target has one, otherwise lowered to LIBC abort()
.
func @breakpoint = () -> Void;
Cause an execution trap to request the debugger break execution.
func @import = (filepath: [Char:*]) -> {MODULE};
Import a module.