025 field punning

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:58:27: error: expected expression, found '.'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:58:27: error: expected expression, found '.'
            break :blk .{ .10 = 10,  .20 = 20 };
                          ^

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