April 18, 2022
https://issues.dlang.org/show_bug.cgi?id=23004

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 #14006 "fix Issue 23004 - importC: calling function pointer named 'init' or '…" fixing this issue:

- fix Issue 23004 - importC: calling function pointer named 'init' or 'stringof' from struct or union pointer gives error

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

--
April 18, 2022
https://issues.dlang.org/show_bug.cgi?id=23004

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 #14006 "fix Issue 23004 - importC: calling function pointer named 'init' or '…" was merged into master:

- a2ae2a637bba26d1103fdd563e21d135d9547694 by Walter Bright:
  fix Issue 23004 - importC: calling function pointer named 'init' or
'stringof' from struct or union pointer gives error

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

--