difftastic/vendor/tree-sitter-hare/example/exit.ha

5 lines
123 B
Plaintext

use rt;
// Exit the program with the provided status code.
export @noreturn fn exit(status: int) void = rt::exit(status);