1// re2c $INPUT -o $OUTPUT  --empty-class match-none
2/*!re2c
3
4[]   { return 0; }
5[^]  { return 1; }
6[\000-\377] { return 2; }
7
8*/
9