```d
version(all) {
__gshared:
uint test2;
}uint test; ``` Output with -vtls: ```Up to 2.079.1: Success with output: onlineapp.d(9): test is thread local Since 2.080.1: Success with output: onlineapp.d(9): `test` is thread local
``` Looks fine to me.
