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