xref: /illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/tst.anonunion.mdb (revision 8af575c0afc1d79bd23c3e1a78a546c9963e5083)
1::typedef -c lp64
2::typedef "union { int frodo; char sam; long gandalf; }" ringbearer_t;
3::sizeof ringbearer_t
4::print -at ringbearer_t
5