1/*	$NetBSD: null_gram.y,v 1.1.1.2 2015/01/17 16:34:17 christos Exp $	*/
2
3%{
4void yyerror(const char *fmt, ...);
5extern int yylex(void);
6%}
7
8%%
9
10token:
11