https://issues.dlang.org/show_bug.cgi?id=21476

--- Comment #1 from Mr. Smith <[email protected]> ---
This happened with 2.092.1. On 2.094.2 there is no bug.

Just in case. 2.092.1 didn't handle those correctly too:

struct vec5 { i32 x; i32 y; f32 z; f32 w; }
struct vec6 { f32 x; f32 y; i32 z; i32 w; }

--

Reply via email to