006 subflow in effect branch

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:44:21: error: switch on type '[]const u8'

Failure Output

Showing last 10 of 11 lines
Error: output_emitted.zig:44:21: error: switch on type '[]const u8'
            switch (result) {
                    ^~~~~~
referenced by:
    flow0: output_emitted.zig:118:105
    main: output_emitted.zig:677:22
    4 reference(s) hidden; use '-freference-trace=6' to see all references
output_emitted.zig:65:36: error: type '[]const u8' does not support struct initialization syntax
                return .{ .upped = up };
                                   ^~

Code

input.k

Expected output

shout: FIRST
shout: SECOND
2 lines

Test Configuration

MUST_RUN