https://issues.dlang.org/show_bug.cgi?id=20969
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|wrong-code |accepts-invalid CC| |[email protected] --- Comment #4 from Walter Bright <[email protected]> --- The compiler is attempting to produce a compile-time static initializer for main.s, using a value that only exists at runtime. This is definitely accepts-invalid, not wrong-code. --
