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