zig/test/cases/compile_errors
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
..
2022-09-21 11:29:20 +02:00
2022-12-13 13:14:20 +02:00