019 auto discharge branch constructor

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:47:3: error: unreachable code

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:47:3: error: unreachable code
_ = &result_0;
~~^~~~~~~~~~~
output_emitted.zig:46:1: note: control flow is diverted here
return "file exists";
^~~~~~~~~~~~~~~~~~~~
output_emitted.zig:47:6: error: use of undeclared identifier 'result_0'
_ = &result_0;
     ^~~~~~~~

Code

input.kz

Expected output

Opening file: test.txt
Closing file (auto-discharged)

Flows

subflow ~check-file click a branch to expand · @labels scroll to their anchor
open (path)
flow ~check-file click a branch to expand · @labels scroll to their anchor
check-file (path: "test.txt")

Imported Files

fs.kz

Test Configuration

MUST_RUN