xref: /illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/tst.anonstruct.mdb (revision 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e)
1::typedef -c lp32
2::typedef "struct { uintptr_t stone[7]; void **white; }" gift_t
3::sizeof gift_t
4::print -at gift_t
5