https://issues.dlang.org/show_bug.cgi?id=24447
--- Comment #1 from [email protected] --- `extern int x = 3;` at file scope should be treated the same as `int x = 3;`. Section 6.9.2 defines the rules and has an example. --
d-bugmail--- via Digitalmars-d-bugs Thu, 21 Mar 2024 15:41:04 -0700
https://issues.dlang.org/show_bug.cgi?id=24447
--- Comment #1 from [email protected] --- `extern int x = 3;` at file scope should be treated the same as `int x = 3;`. Section 6.9.2 defines the rules and has an example. --