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

--- Comment #1 from Iain Buclaw <[email protected]> ---
Similarly, this triggers an error too.
---
extern void func(const char *str);

void func(const char *str)
{
}

void func2()
{
    func("test");
}

--

Reply via email to