aboutsummaryrefslogtreecommitdiff
path: root/src/lextest/lextest.c
blob: e8089f2949bf226776bb40bd766ed093796d3b75 (plain)
1
2
3
4
5
6
7
8
9
10
main()
{
	yylex();
	return;
}

yywrap()
{
	return 1;
};