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"); } --
d-bugmail--- via Digitalmars-d-bugs Tue, 28 Sep 2021 10:03:36 -0700
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"); } --