132 else arm keyword escape selfloop

○ Planned This feature is planned but not yet implemented.

OWED: else-arm keyword-escape self-loop compiles (the pinned shape).

Error Details

output_emitted.zig:110:13: error: unused while loop label

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:110:13: error: unused while loop label
            __koru_self_loop: while (true) {
            ^~~~~~~~~~~~~~~~

Code

input.k

Expected output

0

Flows

subflow ~same click a branch to expand · @labels scroll to their anchor
if (x > 0)
subflow ~countdown click a branch to expand · @labels scroll to their anchor
same (x: n)
flow ~countdown click a branch to expand · @labels scroll to their anchor
countdown (n: 3)

Test Configuration

MUST_RUN