https://issues.dlang.org/show_bug.cgi?id=14965

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
Minimal example:

auto foo(){ return foo(0); }
int foo(int x){ return x; }

(Also, the original post has a typo, I suspect main should do
writeln(test("a")).)

--

Reply via email to