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

ag0ae...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0ae...@gmail.com

--- Comment #5 from ag0ae...@gmail.com ---
(In reply to Iain Buclaw from comment #4)
> 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

Duplicate of issue 14005 and in turn of issue 13856?

--

Reply via email to