https://github.com/mizvekov commented:
Interestingly, only GCC errors on a case like this: ``` namespace { template<class T> int A = 0; } template<> int A<void> = 0; ``` https://godbolt.org/z/TTjssKxz5 https://github.com/llvm/llvm-project/pull/93873 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits