dt_decl_sou
extern dt_decl_t *dt_decl_sou(uint_t, char *);
struct_or_union '{' { dt_decl_sou($1, NULL); }
| struct_or_union DT_TOK_IDENT '{' { dt_decl_sou($1, $2); }
| struct_or_union DT_TOK_TNAME '{' { dt_decl_sou($1, $2); }