xref: /freebsd/contrib/byacc/test/btyacc/err_inherit4.error (revision 7ef62cebc2f965b0f640263e179276928885e33d)
1YACC: w - line 32 of "./err_inherit4.y", destructor redeclared
2%destructor	{
3           	^
4YACC: w - line 77 of "./err_inherit4.y", wrong number of default arguments for namelist
5	{ $$ = $1; @$ = @2; }
6	^
7YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 2 to namelist
8	{ $$ = $1; @$ = @2; }
9	^
10YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 1 to namelist
11	{ $$ = $1; @$ = @2; }
12	^
13YACC: w - line 77 of "./err_inherit4.y", @2 references beyond the end of the current rule
14