1/*	$NetBSD$	*/
2
3%{
4void yyerror(const char *fmt, ...);
5extern int yylex(void);
6%}
7
8%%
9
10token:
11