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