003 regex scan in module

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:73:154: error: use of undeclared identifier '__koru_scan_find_8_0'

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:73:154: error: use of undeclared identifier '__koru_scan_find_8_0'
                { const __koru_scan_in_8_0: []const u8 = "no digits here"; var __koru_pos: usize = 0; while (__koru_pos <= __koru_scan_in_8_0.len) { if (__koru_scan_find_8_0(__koru_scan_in_8_0, __koru_pos)) |__koru_sp| { const __koru_m = __koru_scan_in_8_0[__koru_sp[0]..__koru_sp[1]]; { const n = __koru_m; _ = &n;                 (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("n={s}\n", .{n});
                                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~

Code

input.k

Expected output

done

Flows

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

Test Configuration

MUST_RUN