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