Hi!

I just stumbled across what seems like a misunderstanding on my side about these keywords. Can someone help clarify these for me?

```
__gshared static int foo;
__gshared int foo;
```

What are the storage and semantic differences between those two, if any?

Cheers,
-M

Reply via email to