many modules names and module decl don't match
dstep --normalize-module, for DebugTypes.h
will create the file debugtypes.d
but the declaration will be module debug_types
. This works as long as the DUB option --combined
is not used. Otherwise compilers issue an error.