summaryrefslogtreecommitdiff
path: root/test/input10.s.c
blob: 1d3b60a283f854a786594f3a0232ec0c48f8bab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* Generated by re2c */
#line 1 "input10.s.re"

#line 5 "input10.s.c"
{
	YYCTYPE yych;
	if (YYLIMIT <= YYCURSOR) YYFILL(1);
	yych = *YYCURSOR;
	if (yych <= 'E') {
		if (yych <= '@') goto yy2;
		if (yych <= 'D') goto yy4;
	} else {
		if (yych <= 'G') goto yy4;
		if (yych <= '`') goto yy2;
		if (yych <= 'g') goto yy4;
	}
yy2:
	++YYCURSOR;
#line 10 "input10.s.re"
	{ return -1; }
#line 22 "input10.s.c"
yy4:
	++YYCURSOR;
#line 8 "input10.s.re"
	{ return 1; }
#line 27 "input10.s.c"
}
#line 12 "input10.s.re"