https://issues.dlang.org/show_bug.cgi?id=5243
Ivan Kazmenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Ivan Kazmenko <[email protected]> --- At least on Windows (both 32 and 64 bits), the overwrite behavior is still present. To test that, I create p.d (just "void main () {}"), p.exe and p.obj. Running any of dmd -run p.d and dmd -m64 -run p.d erases both my p.exe and my p.obj. --
