https://issues.dlang.org/show_bug.cgi?id=12986
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #1 from RazvanN <[email protected]> --- Yes, the problem is that the parser expects an identifier not a keyword after the the `module` token. This is a minor limitation and as Walter has pointed out: "I think that 'fixing' this is probably more trouble than its worth. While such modules do work for internal modules that have no D interface, they won't work anyway for regular D modules, and the user will find that out pretty quick." Closing as WONTFIX. --
