004 terminal shared across compounds

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

player 98.6
enemy 72.5

Expected output

player 98.6
enemy 72.5

Flows

flow ~f64 click a branch to expand · @labels scroll to their anchor
f64 (expr: Health)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Player, source: health: Health)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Enemy, source: health: Health)
flow ~new click a branch to expand · @labels scroll to their anchor
new (Player)
flow ~new click a branch to expand · @labels scroll to their anchor
new (Enemy)

Test Configuration

MUST_RUN