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