xxxxxxxxxx
shared int global;
shared class Foo
{
int a;
}
void main()
auto foo = new shared Foo;
foo.a++;
global++;