098 capture with effect branch event

○ Planned This feature is planned but not yet implemented.

~capture composing with effect-branch events — parked pending captured-shape redesign

Error Details

output_emitted.zig:63:53: error: expected 2 argument(s), found 1

Failure Output

Showing last 10 of 13 lines
                            ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
output_emitted.zig:27:13: note: function declared here
        pub fn handler(__koru_event_input: Input, comptime __H: type) Output {
        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    main: output_emitted.zig:198:22
    callMain [inlined]: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/start.zig:618:22
    callMainWithArgs [inlined]: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/start.zig:587:20
    main: /opt/homebrew/Cellar/zig/0.15.2_1/lib/zig/std/start.zig:602:28
    1 reference(s) hidden; use '-freference-trace=5' to see all references

Code

input.kz

Expected output

total = 3

Test Configuration

MUST_RUN