March 24, 2003
I have a project with a sub-directory ../foo which contains foo.d
When I put the line:

import foo.foo;

I get the message:
Assertion failure: '0' on line 342 in file 'module.c'

Error goes away if I rename foo.d to something else.