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