https://issues.dlang.org/show_bug.cgi?id=23389
Adam D. Ruppe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Adam D. Ruppe <[email protected]> --- This one I actually don't think is a bug. This is the D module system working as designed for declarations in D. Yes, they are extern(C) definitions, but it is still D code so the D rules ought to apply. Though if you had two different .c files that both #included the same thing, then I *would* call it a bug, since C isn't supposed to work that way. --
