188 array sort lowers

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:94:30: error: expected expression, found 'invalid token'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:94:30: error: expected expression, found 'invalid token'
        std.mem.sort(@TypeOf(${expr}[0]), ${expr}, {}, std.sort.asc(@TypeOf(${expr}[0])));
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Code

input.kz

Expected output

1 2 3

Flows

flow ~sort click a branch to expand · @labels scroll to their anchor
sort (expr: xs[0..])
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "{{ xs[0]:d }} {{ xs[1]:d }} {{ xs[2]:d }}")

Test Configuration

MUST_RUN