[Issue 19954] ICE: Casting AliasSeq to array and passing to a function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 13 00:40:17 UTC 2019


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

--- Comment #3 from Basile-z <b2.temp at gmx.com> ---
even more:

---
void main()
{
    auto a = cast(char[][]) "";
} 
---

Attempt to fix leads to a past problem with CTFE :
https://github.com/dlang/dmd/pull/9516#issuecomment-478227203

--


More information about the Digitalmars-d-bugs mailing list