mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f5679262e9
The algorithm was looking for any array qualifier on a zero-sized type, which led to some valid types being discarded in the case when there was a pointer qualifier in-between. `void a[100]` is not a valid type, while void *a[100]` is.