xref: /illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/tst.union.mdb.out (revision c94be9439c4f0773ef60e2cec21d548359cfea20)
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