================
@@ -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
----------------
shafik wrote:
What does `Fourteen` stand for here or is it just a unique name?
https://github.com/llvm/llvm-project/pull/95399
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits