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