007 dir import basic

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:118:57: error: type 'i32' does not support struct initialization syntax

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:118:57: error: type 'i32' does not support struct initialization syntax
                            return .{ .@"drawn" = width * height };
                                                  ~~~~~~^~~~~~~~
referenced by:
    handler [inlined]: output_emitted.zig:107:51
    flow0: output_emitted.zig:44:77
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Code

input.kz

Must succeed:

Compile and run without errors.

Flows

flow ~render click a branch to expand · @labels scroll to their anchor
render (width: 1920, height: 1080)

Imported Files

lib/raylib/audio.kz
lib/raylib/graphics.kz