1 /* Generated by re2c */
2 // re2c $INPUT -o $OUTPUT -i
3 
4 {
5 	YYCTYPE yych;
6 	if (YYLIMIT <= YYCURSOR) YYFILL(1);
7 	yych = *YYCURSOR;
8 	switch (yych) {
9 	case 'B':
10 	case 'b':	goto yy3;
11 	case 'a':	goto yy5;
12 	default:	goto yy2;
13 	}
14 yy2:
15 yy3:
16 	++YYCURSOR;
17 	{return 'b';}
18 yy5:
19 	++YYCURSOR;
20 	{return 'a';}
21 }
22 
23 }
24 casing-flags_i.re:2:0: warning: control flow is undefined for strings that match '[\x0-\x41\x43-\x60\x63-\xFF]', use default rule '*' [-Wundefined-control-flow]
25