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