013 list loop autodischarge

○ Planned This feature is planned but not yet implemented.

OWED: auto-discharge frees a <list!> dropped after a for-loop (today it leaks).

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)

Code

input.k

Actual

10
20
KORU LEAK CHECK FAILED: the produced program leaked (trace above)

Expected output

10
20

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (i64)

Test Configuration

MUST_RUN