]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/tst.struct.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.struct.d.out
1 foo_t {
2     int a = 0x1
3     void *b = 0x2
4     struct c = {
5         uint64_t alpha = 0x3
6         uint64_t beta = 0x4
7     }
8     ushort_t d = 0x5
9     int e = 0x6
10     forward_t *f = 0x7
11     int (*)() g = 0x8
12 }