1// re2c $INPUT -o $OUTPUT -i
2/*!re2c
3	"a"	{return 'a';}
4	'b'	{return 'b';}
5*/
6}
7