add constcast and immutable free

This commit is contained in:
2026-07-22 00:44:35 +02:00
parent 5f343ad2d3
commit 9c6215776e
12 changed files with 256 additions and 11 deletions
@@ -10,4 +10,7 @@ main func() void {
# ^ operator
_ = sizeof(i32)
# ^^^^^^ function
_ = constcast!(memory)
# ^^^^^^^^^ function.builtin
# ^ operator
}