xref: /freebsd/contrib/byacc/test/err_syntax26.y (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1 %{
2 int yylex(void);
3 static void yyerror(const char *);
4 %}
5 
6 %type <tag2
7