whole-function comptime folding for zero-runtime value calls

This commit is contained in:
2026-07-22 23:11:48 +02:00
parent 21ff291788
commit 8b50eb7606
24 changed files with 564 additions and 260 deletions
+5
View File
@@ -0,0 +1,5 @@
import "@std/io"
Init :: struct {
io io.Io
}