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