| 1 | field: a |
| 2 | a is mut?: true |
| 3 | field: b |
| 4 | b is mut?: true |
| 5 | b is struct?: true |
| 6 | field: c |
| 7 | c is pub?: true |
| 8 | c is option?: true |
| 9 | field: d |
| 10 | d is pub?: true |
| 11 | d is map?: true |
| 12 | field: e |
| 13 | e is pub?: true |
| 14 | e is atomic?: true |
| 15 | field: f |
| 16 | f is pub?: true |
| 17 | f is mut?: true |
| 18 | f is array?: true |
| 19 | field: zzz |
| 20 | zzz is pub?: true |
| 21 | zzz is mut?: true |
| 22 | zzz is alias?: true |