mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
This introduces a new builtin function that compiles down to something that results in an illegal instruction exception/interrupt. It can be used to exit a program abnormally. This implements the builtin for all backends.