https://issues.dlang.org/show_bug.cgi?id=24127
--- Comment #2 from Steven Schveighoffer <[email protected]> --- (In reply to Walter Bright from comment #1) > This boils down to the fact that C files do not have a means to name the > module. I think we're kinda stuck here. ImportC added import statements to C files, why not module statements? --
