xref: /freebsd/contrib/byacc/test/btyacc/err_inherit4.error (revision 246e7a2b6494cd991b08ac669ed761ecea0cc98c)
1*bb9eb45aSBaptiste DaroussinYACC: w - line 32 of "./err_inherit4.y", destructor redeclared
20c8de5b0SBaptiste Daroussin%destructor	{
30c8de5b0SBaptiste Daroussin           	^
4*bb9eb45aSBaptiste DaroussinYACC: w - line 77 of "./err_inherit4.y", wrong number of default arguments for namelist
50c8de5b0SBaptiste Daroussin	{ $$ = $1; @$ = @2; }
60c8de5b0SBaptiste Daroussin	^
7*bb9eb45aSBaptiste DaroussinYACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 2 to namelist
80c8de5b0SBaptiste Daroussin	{ $$ = $1; @$ = @2; }
90c8de5b0SBaptiste Daroussin	^
10*bb9eb45aSBaptiste DaroussinYACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 1 to namelist
110c8de5b0SBaptiste Daroussin	{ $$ = $1; @$ = @2; }
120c8de5b0SBaptiste Daroussin	^
13*bb9eb45aSBaptiste DaroussinYACC: w - line 77 of "./err_inherit4.y", @2 references beyond the end of the current rule
14