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'); } ``` --
d-bugmail--- via Digitalmars-d-bugs Tue, 12 Mar 2024 13:17:25 -0700
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'); } ``` --