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

ag0ae...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |ag0ae...@gmail.com
           Hardware|x86_64                      |All
           Assignee|nob...@puremagic.com        |ag0ae...@gmail.com
                 OS|Linux                       |All

--- Comment #1 from ag0ae...@gmail.com ---
Simplified test case:

test.d:
----
int x = 1;
int main() { return x; }
----

test2.d:
----
import test;
static this() { x = 0; }
----

rdmd invocations as before.

Fix: https://github.com/dlang/tools/pull/218

--

Reply via email to