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