summaryrefslogtreecommitdiff
path: root/test/casing-flags.i.re
blob: 6b22a154ee47aa6190b3decbb23e6dce0627b3d3 (plain)
1
2
3
4
5
/*!re2c
	"a"	{return 'a';}
	'b'	{return 'b';}
*/
}