[Issue 23735] 'extern' storage class affects function declarations

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 24 12:45:01 UTC 2023


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

--- Comment #2 from RazvanN <razvan.nitu1305 at gmail.com> ---
I mean, https://dlang.org/spec/declaration.html#extern doesn't offer any
function examples and it states: "The primary usefulness of Extern Declarations
is to connect with global variables declarations and functions in C or C++
files.". But  I don't see how extern (not extern(linkage)) is used to do that.

--


More information about the Digitalmars-d-bugs mailing list