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