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