035 circular imports

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:71:25: error: switch on type '[]const u8'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:71:25: error: switch on type '[]const u8'
                switch (result) {
                        ^~~~~~
referenced by:
    flow0: output_emitted.zig:42:56
    main: output_emitted.zig:148:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Code

input.kz

Expected output

input.kz received: hello from input

Flows

flow ~from-b click a branch to expand · @labels scroll to their anchor
from-b (msg: "hello from input")

Imported Files

module_b.kz

Test Configuration

MUST_RUN