TOK_STAR
scan2(TOK_STAR, TOK_IDENT, &tok);
if (tok.kind == TOK_STAR) {
if (peekscan(TOK_STAR, &tok)) {
tokp->kind = TOK_STAR;
{TOK_STAR, "*"},