```d package { version(TEST) { static: } else { __gshared: } uint test = 0; } ``` ldmd2 -betterC -vtls -c ./test.d ./test.d(7): `test` is thread local
If so please report it for me to bugs platform. I can not
register one.
- Is this a new bug ? test123 via Digitalmars-d-learn
- Re: Is this a new bug ? rikki cattermole via Digitalmars-d-learn
- Re: Is this a new bu... test123 via Digitalmars-d-learn
- Re: Is this a new bug ? Adam D Ruppe via Digitalmars-d-learn
- Re: Is this a new bug ? Steven Schveighoffer via Digitalmars-d-learn