011 refine clamp coerces

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

gain 0
gain 100

Expected output

gain 0
gain 100

Flows

flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Mixer, source: gain: i64)
flow ~std/refine click a branch to expand · @labels scroll to their anchor
std/refine (Mixer, source: gain: i64 & clamp(0, 100))
flow ~new click a branch to expand · @labels scroll to their anchor
new (Mixer)

Test Configuration

MUST_RUN