https://issues.dlang.org/show_bug.cgi?id=4419
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #12 from [email protected] --- (In reply to torhu from comment #0) > This example prints "0", instead of the expected "1": Prints "1" since 2.066. (In reply to Trass3r from comment #1) > __gshared static int a; > static __gshared int b; > > > dmd -c -vtls foo.d > foo(1): a is thread local No output since 2.066. Closing as WORKSFORME. --
