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