```d
extern int x;
/****/ int y;
```

(How) can I get the information that `x` is `extern` and `y` is not? There seems to be no `__traits` for it.

Reply via email to