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