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

--- Comment #2 from Dāvis <[email protected]> ---
I narrowed it down to this:

```
import std.algorithm.iteration;

void main() {
    splitter("test", '\n');
}
```

--

Reply via email to