[Issue 15712] nested functions in unittests extern(C) not applied
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 3 09:43:46 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=15712
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |razvan.nitu1305 at gmail.com
Resolution|--- |WORKSFORME
--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
If you meant that `extern(C)` is missing from the output of the pragma, then I
cannot reproduce this. I get:
pure nothrow @nogc @safe extern (C) void()
extern (C) void function() pure nothrow @nogc @safe
Closing as WORKSFORME.
--
More information about the Digitalmars-d-bugs
mailing list