xref: /netbsd-src/external/bsd/am-utils/dist/fsinfo/null_gram.y (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1 /*	$NetBSD: null_gram.y,v 1.1.1.2 2015/01/17 16:34:17 christos Exp $	*/
2 
3 %{
4 void yyerror(const char *fmt, ...);
5 extern int yylex(void);
6 %}
7 
8 %%
9 
10 token:
11