tree_globid
{ $$ = tree_globid($2.s, $2.file, $2.line); }
struct node *tree_globid(const char *s, const char *file, int line);
return (tree_globid(np->u.globid.s, np->file, np->line));