https://issues.dlang.org/show_bug.cgi?id=17198
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull CC| |[email protected] Hardware|x86_64 |All Assignee|[email protected] |[email protected] OS|Linux |All --- Comment #1 from [email protected] --- 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 --
