AdamGoertz 796927b900
Allow zero-sized fields in extern structs (#16404)
This change allows the following types to appear in extern structs:
* Zero-bit integers
* void
* zero-sized structs and packed structs
* enums with zero-bit backing integers
* arrays of any length with zero-size elements
2023-07-29 12:45:01 -04:00
..
2023-07-28 19:27:08 -04:00
2023-06-25 14:51:03 -07:00
2023-07-26 16:49:32 -07:00