xref: /illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/tst.union.mdb.out (revision ac2f5fbefc05314fcd97b03f2338b39e6efe643f)
1sizeof (ringbearer_t) = 8
20 ringbearer_t {
3    0 int frodo
4    0 char sam
5    0 long gandalf
6}
7sizeof (union ringbearer) = 8
80 union ringbearer {
9    0 int frodo
10    0 char sam
11    0 long gandalf
12}
13