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