TOK_DEFAULT
case TOK_DEFAULT:
{ "default", TOK_DEFAULT },
scan3(TOK_CASE, TOK_DEFAULT, TOK_RBRACE, &tok);
if (tok.kind == TOK_DEFAULT) {
{TOK_DEFAULT, "default"},
{TOK_DEFAULT, "default"},