https://issues.dlang.org/show_bug.cgi?id=23846
--- Comment #11 from Caleb Xu <[email protected]> --- (In reply to kinke from comment #9) > [You'd need to reset `errno` before each call for a proper test.] Thanks for pointing this out, I tried once more with resetting errno to 0 after each set of print statements and the errno is still set to 34 each time. --
