1 ::typedef -c lp32
   2 ::typedef "struct list { struct list *prev; struct list *next; }" list_t
   3 ::sizeof list_t
   4 ::print -at list_t