summaryrefslogtreecommitdiff
path: root/test/condition_04.cg.re
blob: c6f154c826d23a9530a83008d9e31abc17e2849e (plain)
1
2
3
4
5
6
7
8
/*!re2c

<*>		"1"	{ return "1"; }
<*>		"2"	{ return "2"; }
<r1>	"a" { return "a"; }
<r1,r2>	"b" { return "b"; }

*/