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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Bright <[email protected]> ---
A much simpler test case:

  struct S { int a, b; };

  struct S s = { .b = 3, .a = 2 };

The initialization is a=0, b=3

--

Reply via email to