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

--- Comment #1 from [email protected] ---
Failing test case:
------
import std.string;
void main () {
    foreach (s; "ab cd ef".split) {}
}
------

Compiles with Phobos commit c0028b4, but fails starting with ab83cd94.

--

Reply via email to