316 first stored write none captures

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

missing 9
item 0 = 0
item 1 = 10
item 2 = 0

Expected output

missing 9
item 0 = 0
item 1 = 10
item 2 = 0

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (items, capacity: 16, source: k: i32, v: i32)
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..3)
subflow ~touch click a branch to expand · @labels scroll to their anchor
query (items)
flow ~touch click a branch to expand · @labels scroll to their anchor
touch (k: 0)
flow ~touch click a branch to expand · @labels scroll to their anchor
touch (k: 1)
flow ~touch click a branch to expand · @labels scroll to their anchor
touch (k: 9)
flow ~query click a branch to expand · @labels scroll to their anchor
query (items)

Test Configuration

MUST_RUN