www.digitalmars.com         C & C++   DMDScript  

D - module.c assertion failure

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.
Mar 23 2003