1::typedef -c lp64
2::typedef 'struct foo { uint8_t foo[10]; }' foo_t
3::typedef 'struct bar { uint8_t foo[0x10]; }' bar_t
4::sizeof foo_t
5::print -at foo_t
6::sizeof bar_t
7::print -at bar_t
8