summaryrefslogtreecommitdiff
path: root/test/input6.re
blob: aaa32f86dac5caeec835f252b89fefdf1de8e438 (plain)
1
2
3
4
5
6
/*!re2c

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

*/