err_syntax26.y revision 268899
1%{
2int yylex(void);
3static void yyerror(const char *);
4%}
5
6%type <tag2
7