132 else arm keyword escape selfloop

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:76:26: error: expected prefix expression, found 'else'

Failure Output

🎯 Compiler coordination: Passes: 17 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:76:26: error: expected prefix expression, found 'else'
                    _ = &else;
                         ^~~~

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