025 field punning

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:57:9: error: expected 'var' or 'const' before variable declaration

Failure Output

🎯 Compiler coordination: Passes: 17 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:57:9: error: expected 'var' or 'const' before variable declaration
        _: struct { x: i32, y: i32 } = blk: {
        ^

Code

input.kz

Expected output

explicit works

Flows

flow ~data click a branch to expand · @labels scroll to their anchor
data (x: 10, y: 20)

Test Configuration

MUST_RUN