125 reject produce glyph on multi arm effect

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must fail at runtime with:

CONTAINS KORU102
CONTAINS construct one with `=>`

Error Verification

Actual Compiler Output

error[KORU102]: `->` produces a single resume value, but 'ask' declares named resume arms — construct one with `=>` (e.g. `=> halved ...`)
  --> tests/regression/400_RUNTIME_FEATURES/400_125_reject_produce_glyph_on_multi_arm_effect/input.kz:24:0

❌ Compiler coordination error: Validation failed (see errors above)
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/400_125_reject_produce_glyph_on_multi_arm_effect/backend.zig:95:13: 0x100d4b9d3 in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/400_125_reject_produce_glyph_on_multi_arm_effect/backend.zig:202:28: 0x100d4cb63 in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Flows

flow ~request click a branch to expand · @labels scroll to their anchor
request (payload: 20)

Test Configuration

MUST_FAIL