xref: /illumos-gate/usr/src/cmd/dtrace/test/tst/common/print/tst.bitfield.d.out (revision 7d14b8f218dc86a431d15e352b4bf15fbb1b3596)
1foo_t {
2    int a :4 = 0x1
3    int b :7 = 0x5
4    int c :1 = 0
5    int d :2 = 0x2
6}
7