March 02, 2022
https://issues.dlang.org/show_bug.cgi?id=22808

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13743 "fix Issue 22808 - ImportC: function not decaying to pointer to functi…" fixing this issue:

- fix Issue 22808 - ImportC: function not decaying to pointer to function in return statement

https://github.com/dlang/dmd/pull/13743

--
March 02, 2022
https://issues.dlang.org/show_bug.cgi?id=22808

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13743 "fix Issue 22808 - ImportC: function not decaying to pointer to functi…" was merged into master:

- 783e3cb6d5ba2b2f3b1a4681ce822378fd58762c by Walter Bright:
  fix Issue 22808 - ImportC: function not decaying to pointer to function in
return statement

https://github.com/dlang/dmd/pull/13743

--