https://issues.dlang.org/show_bug.cgi?id=17630
Timothee Cour <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Timothee Cour <[email protected]> --- just to make sure this is the same bug right? ``` // fun.d: module fun; import std.stdio; // main.d: import fun:writeln; // should not compile void main(){ writeln("ok"); } ``` `rdmd main.d` works but should not compile --
