[Issue 22537] importC: Error: undefined reference to 'function' when using static in forward declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Nov 23 01:06:33 UTC 2021


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

Iain Buclaw <ibuclaw at gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Looking at the output of nm, you can see the function appears twice.

0000000000000000 t func
                 U func
0000000000000000 W main

--


More information about the Digitalmars-d-bugs mailing list