summaryrefslogtreecommitdiff
path: root/test/input4.--empty-class(match-empty).re
blob: 9b6ca08735e690622c0207fbe5fe406f67693f5b (plain)
1
2
3
4
5
6
7
/*!re2c

[]   { return 0; }
[^]  { return 1; }
[\000-\377] { return 2; }

*/