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