1 /* Generated by re2c */
2 #line 1 "input5.re"
3 // re2c $INPUT -o $OUTPUT
4 
5 #line 6 "input5.c"
6 {
7 	YYCTYPE yych;
8 	if (YYLIMIT <= YYCURSOR) YYFILL(1);
9 	yych = *YYCURSOR;
10 	switch (yych) {
11 	case 'a':	goto yy4;
12 	default:	goto yy2;
13 	}
14 yy2:
15 	++YYCURSOR;
16 #line 5 "input5.re"
17 	{ return 1; }
18 #line 19 "input5.c"
19 yy4:
20 	++YYCURSOR;
21 #line 4 "input5.re"
22 	{ return 0; }
23 #line 24 "input5.c"
24 }
25 #line 7 "input5.re"
26 
27