Is this a new bug ?

test123 test123 at gmail.com
Sat Sep 24 06:13:55 UTC 2022


If so please report it for me to bugs platform. I can not 
register one.


```d
package {
     version(TEST) {
         static:
     } else {
        __gshared:
     }
     uint  test = 0;
}
```


ldmd2  -betterC -vtls -c ./test.d

./test.d(7): `test` is thread local


More information about the Digitalmars-d-learn mailing list