112 nested sweep same store

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

v 1 acc 6
v 2 acc 6
v 3 acc 6

Expected output

v 1 acc 6
v 2 acc 6
v 3 acc 6

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: vals, capacity: 8, source: v: i64, acc: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: vals, source: v: 1, acc: 0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: vals, source: v: 2, acc: 0)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: vals, source: v: 3, acc: 0)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: vals)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: vals)

Test Configuration

MUST_RUN