On 2016-09-29 04:26, Joakim wrote:

I ran into this too, it is annoying. I think you're supposed to use
different names.

Yeah, especially since I have a lot of module looking like this:

module main;

void main()
{
    // some stuff
}

This works since "main" is a special function which is never explicitly called.

--
/Jacob Carlborg

Reply via email to