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

--- Comment #2 from Walter Bright <[email protected]> ---
A module is imported (and outside the binary) when it contains exported
declarations:

    export extern int x = 3;

    export int foo();

--

Reply via email to