]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/tst.bitfield.d.out
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / opensolaris / cmd / dtrace / test / tst / common / print / tst.bitfield.d.out
1 foo_t {
2     int a :4 = 0x1
3     int b :7 = 0x5
4     int c :1 = 0
5     int d :2 = 0x2
6 }