# Description Currently we do not have the ability to discover large structs (> 1 word in size) used as the element type in a dynamic array. We should. # Spec - [ ] Work out the patterns that are used here. - [ ] Ensure that these are disambiguated from standard array accesses. - [ ] Implement the required functionality.