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

Reply via email to