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

--- Comment #4 from Iain Buclaw <[email protected]> ---
OK, got a reduced test:

---
import std.stdio;
void main()
{
    foreach (line; stdin.byLine())
    {
    }
}
---

Only require two lines of stdin with the following constraints:

#1 Line:  Length >= 510 && Length <= 1021
#2 Line:  Length == 1023

--

Reply via email to