diff options
| author | Mason Reed <mason@vector35.com> | 2025-09-21 21:51:37 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-23 14:29:15 -0400 |
| commit | c35849163319ee606a28eb4d8bfd585b1f4eddcf (patch) | |
| tree | b6e2269effe50de773aecf71fca3f71801067ead /rust/tests | |
| parent | 24e66649863d724aa532ff884c6f27c141a0eede (diff) | |
Support bitfields in type system
Also adds support for parsing bitfields in PDB, DWARF and SVD plugins
WIP: API needs to be considered more, also need to find type related apis that may need to be rethought.
Diffstat (limited to 'rust/tests')
| -rw-r--r-- | rust/tests/types.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/tests/types.rs b/rust/tests/types.rs index 17682777..962df630 100644 --- a/rust/tests/types.rs +++ b/rust/tests/types.rs @@ -52,6 +52,8 @@ fn test_structure_builder() { offset: 0, access: MemberAccess::PrivateAccess, scope: MemberScope::FriendScope, + bit_position: None, + bit_width: None, } ); } |
