// This test currently fails with error // 're2c: error: line 13, column 9: code to default rule 'r1' is already defined' // This must be fixed later /*!rules:re2c <*> "a" { return "a"; } <*> . { return "."; } "b" { return "b"; } "c" { return "c"; } */ /*!use:re2c * { return "DEFAULT - r1"; } "1" { return "1"; } */ /*!use:re2c * { return "DEFAULT - r2"; } "2" { return "2"; } */