1/*	$NetBSD$	*/
2
3%{
4#include "null_gram.h"
5
6void yyerror(const char *fmt, ...) {}
7int yywrap(void) { return 0; }
8%}
9%%
10