122 day12 part2

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:94:36: error: expected '=', found '}'

Failure Output

🎯 Compiler coordination: Passes: 17 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:94:36: error: expected '=', found '}'
            return { r.sum, r.next };
                                   ^

Code

input.k

Expected output

6
4
0
6

Flows

subflow ~skip-str click a branch to expand · @labels scroll to their anchor
if (j < n)
subflow ~num click a branch to expand · @labels scroll to their anchor
if (i < n)
subflow ~parse-val click a branch to expand · @labels scroll to their anchor
if (s[@intCast(i)] == 91)
subflow ~arr-sum click a branch to expand · @labels scroll to their anchor
if (s[@intCast(i)] == 93)
subflow ~obj-sum click a branch to expand · @labels scroll to their anchor
if (s[@intCast(i)] == 125)
subflow ~sum-no-red click a branch to expand · @labels scroll to their anchor
capture (source: len: 0[i64])
flow ~read-lines click a branch to expand · @labels scroll to their anchor
read-lines (path: "tests/regression/810_AOC_2015/810_122_day12_part2/input.txt")

Test Configuration

MUST_RUN