AaronBallman wrote: > I think the main key word is external linkage in any case.
But then wouldn't it be accepted on:
```
struct T {
SA static int i;
};
```
because that still has external linkage: https://godbolt.org/z/vafPxa4jh ?
https://github.com/llvm/llvm-project/pull/189641
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
