https://issues.dlang.org/show_bug.cgi?id=9449
dbr <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #29 from dbr <[email protected]> --- Reopened for this: void main() { float[4][2] m = [[2.0, 1, 3, 4], [2.0, 1, 3, 4]]; // segfault } --
