March 21
https://issues.dlang.org/show_bug.cgi?id=24447

--- Comment #1 from dave287091@gmail.com ---
`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.

--
March 21
https://issues.dlang.org/show_bug.cgi?id=24447

Carl Sturtivant <sturtivant@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sturtivant@gmail.com

--