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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzi...@digitalmars.com

--- Comment #7 from Walter Bright <bugzi...@digitalmars.com> ---
(In reply to Mathias Lang from comment #5)
> This segv all the same:
> 
> ```
> private static immutable char[2][ubyte.max + 1] code_base = [ "??" ];
> ```
> 
> and so does:
> 
> ```
> private static immutable char[2][ubyte.max + 1] code_base = [ [ '?', '?' ] ];
> ``

Neither of these seg fault when I put them in a file and compile them.

--

Reply via email to