043 store multifield stored through cursor

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:180:16: error: std/store:stored: unknown store 'game[__koru_qrow]'

Failure Output

🎯 Compiler coordination: Passes: 17 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:180:16: error: std/store:stored: unknown store 'game[__koru_qrow]'
    comptime { @compileError("std/store:stored: unknown store 'game[__koru_qrow]'"); }
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    main_module: output_emitted.zig:29:25
    main: output_emitted.zig:1049:5
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Code

input.k

Expected output

a 2 b 11

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: game, source: a: i64, b: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: a: 1, b: 10)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: game)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: game)

Test Configuration

MUST_RUN