DOTS
%token DOTS
parameter_declaration_list_opt DOTS { $$ = $2; }
| parameter_declaration_list ',' DOTS { $$ = $3; }