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 --