142 effect inliner singleline body discard

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:64:17: error: pointless discard of local constant

Failure Output

🎯 Compiler coordination: Passes: 15 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:64:17: error: pointless discard of local constant
            _ = url; var cfg = Config{}; _ = (&cfg); break :__koru_proc_0 .{ .done = cfg.timeout_ms };
                ^~~
output_emitted.zig:63:54: note: used here
            const url = ("http://example.com"); _ = &url;
                                                     ^~~

Code

input.kz

Expected output

done 30

Flows

flow ~fetch click a branch to expand · @labels scroll to their anchor
fetch (url: "http://example.com")

Test Configuration

MUST_RUN