https://issues.dlang.org/show_bug.cgi?id=17747
--- Comment #14 from Steven Schveighoffer <[email protected]> --- Changing the link order does nothing, because there is one file. In other words, issue 7063 is a bug, no matter how you build it. It shouldn't build (hence accepts-invalid). This proposal is different -- if you link in one order, it will work as expected. Change that order, and it will blow up. IMO, we should not introduce this kind of problem. --
