summaryrefslogtreecommitdiff
path: root/test/input7.re
blob: 2f4f41713570cd3f25892ef12a7f2bd607c9b4c7 (plain)
1
2
3
4
5
6
7
8
/*!re2c

any = [\000-\377];

.       { return 0; }
any     { return 1; }

*/