009 reject group under alternation

✓ Passing This code compiles and runs correctly.

Code

input.k

Must contain:

GroupUnderAlternation

Error Verification

Actual Compiler Output

🎯 Compiler coordination: Passes: 17 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:30:16: error: regex: cannot compile pattern `a|(?<x>b)`: GroupUnderAlternation
    comptime { @compileError("regex: cannot compile pattern `a|(?<x>b)`: GroupUnderAlternation"); }
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
referenced by:
    main_module: output_emitted.zig:29:25
    main: output_emitted.zig:473:5
    4 reference(s) hidden; use '-freference-trace=6' to see all references

Flows

flow ~match click a branch to expand · @labels scroll to their anchor
match (expr: "b")

Test Configuration

MUST_FAIL