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