October 25, 2014
https://issues.dlang.org/show_bug.cgi?id=13652

          Issue ID: 13652
           Summary: 2D Static Array Init produces wrong result (-m64/-m32)
           Product: D
           Version: D2
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody@puremagic.com
          Reporter: shammah.chancellor@gmail.com

Created attachment 1448
  --> https://issues.dlang.org/attachment.cgi?id=1448&action=edit
Test case

The attached code produces an array which is initialized improperly when compiled with:

dmd64 -m32 test.d
or
dmd32 -m64 test.d

--