013 regex match in module

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:74:71: error: use of undeclared identifier '__koru_re_8_0_0'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:74:71: error: use of undeclared identifier '__koru_re_8_0_0'
                { const __koru_match_in_8_0: []const u8 = "21,9"; if (__koru_re_8_0_0(__koru_match_in_8_0)) |__koru_sp_8_0_0| { const pos = .{ .row = __koru_match_in_8_0[__koru_sp_8_0_0[0]..__koru_sp_8_0_0[1]], .col = __koru_match_in_8_0[__koru_sp_8_0_0[2]..__koru_sp_8_0_0[3]] }; _ = &pos;                 (struct { fn __kw(comptime __f: []const u8, __a: anytype) void { var __kb: [65536]u8 = undefined; const __ks = @import("std").fmt.bufPrint(&__kb, __f, __a) catch __kb[0..0]; @import("std").mem.doNotOptimizeAway(@import("std").posix.write(1, __ks) catch @as(usize, 0)); } }).__kw("row={s} col={s}\n", .{pos.row, pos.col});
                                                                      ^~~~~~~~~~~~~~~

Code

input.k

Expected output

row=21 col=9

Flows

flow ~run click a branch to expand · @labels scroll to their anchor
run

Test Configuration

MUST_RUN