summaryrefslogtreecommitdiff
path: root/test/ragel.d/empty1.rl
blob: 39078902c12cec47d8c155d093d1705cb06868c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @LANG: indep
 */

%%{
	machine empty1;
	main := empty;
}%%

##### INPUT #####
""
"x"
##### OUTPUT #####
FAIL
FAIL