add noreturn and unreachable

This commit is contained in:
2026-07-22 00:27:13 +02:00
parent 402871ef7a
commit 17508ff751
21 changed files with 286673 additions and 279245 deletions
@@ -22,3 +22,9 @@ clear func($K, $V type) void {
Generated :: alias struct_type!(.auto, {"value"}, {i32}, {null})
# ^^^^^^^^^^^^ function.builtin
fail func() noreturn {
# ^^^^^^^^ type.builtin
unreachable
# ^^^^^^^^^^^ constant.builtin
}