076 obligation seed via consuming param

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:151:15: error: unreachable code

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:151:15: error: unreachable code
            _ = &result_1;
            ~~^~~~~~~~~~~
output_emitted.zig:150:13: note: control flow is diverted here
            return r;
            ^~~~~~~~
output_emitted.zig:151:18: error: use of undeclared identifier 'result_1'
            _ = &result_1;
                 ^~~~~~~~

Code

input.kz

Expected output

n=3

Flows

subflow ~spin click a branch to expand · @labels scroll to their anchor
#loop step (h)
flow ~make click a branch to expand · @labels scroll to their anchor
make

Test Configuration

MUST_RUN