Walter Bright Wrote:
> bearophile wrote:
> > Walter Bright:
> >
> > Using DMD 2.035 I have tried to compile:
> >
> > void main() {}
> >
> > Using:
> >
> > dmd -X temp.d
> >
> > And the compiler crashes.
>
> Sorry, that happens if the source file doesn't have a module statement.
Maybe there should be an error then?