--- /dev/null
+/* Generated by re2c */
+#line 1 "long-flag.-case-insensitive.re"
+
+#line 5 "<stdout>"
+{
+ YYCTYPE yych;
+
+ if (YYLIMIT == YYCURSOR) YYFILL(1);
+ yych = *YYCURSOR;
+ switch (yych) {
+ case 'A':
+ case 'a': goto yy3;
+ case 'B':
+ case 'b': goto yy5;
+ default: goto yy2;
+ }
+yy2:
+yy3:
+ ++YYCURSOR;
+#line 2 "long-flag.-case-insensitive.re"
+ {return 'a';}
+#line 23 "<stdout>"
+yy5:
+ ++YYCURSOR;
+#line 3 "long-flag.-case-insensitive.re"
+ {return 'b';}
+#line 28 "<stdout>"
+}
+#line 4 "long-flag.-case-insensitive.re"
+
+}