https://issues.dlang.org/show_bug.cgi?id=15293
--- Comment #4 from HeiHon <[email protected]> --- The shortest reductions I could find are with: std.file.write("gen.txt", "12\n\n1x\n"); or std.file.write("gen.txt", "1\n\n1x"); So it does not depend on the lacking \n at the end. --
