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