022 combined continuation bugs

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU030]: Phantom state mismatch: 'r' (parameter 'r') holds no live '<active!>' obligation to consume here — it was never acquired or has already been discharged. Pass a value that still holds its '<active!>' obligation.
  --> tests/regression/200_COMPILER_FEATURES/220_COMPILATION/220_022_combined_continuation_bugs/input.kz:79:0

❌ Compiler coordination error: Phantom semantic validation failed
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Code

input.kz

Flows

flow ~requires click a branch to expand · @labels scroll to their anchor
requires (source: exe.linkLibC();)
subflow ~make-resource click a branch to expand · @labels scroll to their anchor
create (id)
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..N)

Test Configuration

MUST_RUN