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

--- Comment #8 from [email protected] ---
(In reply to Steve Biedermann from comment #7)
> main.d:
> import Bug;
[...]
> bug.d:
[...]
> compiled with:
> dmd main.d

You have to compile with `dmd main.d bug.d` to see the issue. With just `dmd
main.d`, you get a linker error regardless of case sensitivity.

--

Reply via email to