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

--- Comment #2 from Basile-z <[email protected]> ---
little error in the reduced TC. Take this one.

----
void main() {
    enum string a = "a";
    auto array = cast(uint[])a;
}
----

--

Reply via email to