--- auto f() { auto arr = new char[2]; // no error with byte, int, etc. arr.length = 1; return arr; } enum e = f(); --- assert interpret.c(3560) oldval->op == TOKarrayliteral
https://github.com/D-Programming-Language/dmd/commit/51bc588d2e834650e5278247cd06b5da36569feb https://github.com/D-Programming-Language/dmd/pull/602