summaryrefslogtreecommitdiff
path: root/regress/usr.bin/make/tok.l
blob: 52350c9de3df8efa6c444ea45da3fb28fc240f61 (plain)
1
2
3
4
5
6
7
8
9
/* $OpenBSD: tok.l,v 1.1 2017/07/07 14:12:43 espie Exp $ */
%%
%%


int main()
{
	return 0;
}