003 store interceptor cross store sync

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

total: 5
total: 12

Expected output

total: 5
total: 12

Flows

flow ~create click a branch to expand · @labels scroll to their anchor
create (expr: global, source: total: 0[i64])
flow ~create click a branch to expand · @labels scroll to their anchor
create (expr: game, source: hp: 0[i64])
flow ~watch click a branch to expand · @labels scroll to their anchor
watch (expr: global)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: game.hp: 5)
flow ~stored click a branch to expand · @labels scroll to their anchor
stored (source: game.hp: 12)

Test Configuration

MUST_RUN