115 effect event via subflow

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

Showing last 10 of 11 lines
  --> tests/regression/400_RUNTIME_FEATURES/400_115_effect_event_via_subflow/input.kz:24:0

❌ Compiler coordination error: Incomplete branch coverage
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/400_115_effect_event_via_subflow/backend.zig:94:13: 0x100cd3037 in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/400_115_effect_event_via_subflow/backend.zig:190:28: 0x100cd3d23 in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Code

input.kz

Expected output

0
1
2

Flows

subflow ~gen click a branch to expand · @labels scroll to their anchor
for (0..n)
flow ~gen click a branch to expand · @labels scroll to their anchor
gen (n: 3)

Test Configuration

MUST_RUN