230 rule body tor call writes foreign store

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

callee wrote b
b has 10

Expected output

callee wrote b
b has 10

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: a, capacity: 4, source: x: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: b, capacity: 8, source: y: i64)
subflow ~bump click a branch to expand · @labels scroll to their anchor
insert (expr: b, source: y: n * 2)
flow ~rule click a branch to expand · @labels scroll to their anchor
rule (expr: a)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: a, source: x: 5)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: b)

Test Configuration

MUST_RUN