================ @@ -241,6 +238,13 @@ TPLa<int> a; } // namespace Thirteen +namespace Fourteen { +template<typename T> +int A = T(); + +using enum A<int>; // expected-error {{A is not an enumerated type}} +} // namespace Fourteen ---------------- Endilll wrote:
Yes. If you look at the rest of the file, you'll see tests `One` through `Thirteen`. https://github.com/llvm/llvm-project/pull/95399 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits