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