044 const simple

✓ Passing This code compiles and runs correctly.

Code

// Test: Simple ~const without ~if (to isolate shape checker issue)

~import "$std/io"
~import "$std/control"

~const({ x: @as(i32, 10), y: @as(i32, 20) })
| as cfg |> std.io:print.ln("{{ cfg.x + cfg.y:d }}")
input.kz

Expected Output

30

Test Configuration

MUST_RUN