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

John Colvin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|nested functions in         |extern(C) cancelling itself
                   |unittests extern(C) not     |out
                   |applied                     |

--- Comment #4 from John Colvin <[email protected]> ---
Why would I want an extern(C) static function as a local? One simple use-case
would be to pass to a C function to use as a callback.

But that is not the point of this bug report. The point of the bug report is
that typeof(foo) is extern(C) but typeof(baz) is not.

--

Reply via email to