summaryrefslogtreecommitdiff
path: root/test/input10.c
blob: 167e8522160a8d299dea1d4cde5d3c7c6619625a (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
30
31
32
33
34
35
36
37
/* Generated by re2c */
#line 1 "input10.re"

#line 5 "input10.c"
{
	YYCTYPE yych;
	if (YYLIMIT <= YYCURSOR) YYFILL(1);
	yych = *YYCURSOR;
	switch (yych) {
	case 'A':
	case 'B':
	case 'C':
	case 'D':
	case 'F':
	case 'G':
	case 'a':
	case 'b':
	case 'c':
	case 'd':
	case 'e':
	case 'f':
	case 'g':	goto yy4;
	default:	goto yy2;
	}
yy2:
	++YYCURSOR;
#line 10 "input10.re"
	{ return -1; }
#line 30 "input10.c"
yy4:
	++YYCURSOR;
#line 8 "input10.re"
	{ return 1; }
#line 35 "input10.c"
}
#line 12 "input10.re"