================
@@ -703,6 +703,48 @@ auto f(auto x) { // cxx14-error {{'auto' not allowed in
function prototype}}
return f(1) + 1;
}
+namespace GH122892 {
----------------
zyn0217 wrote:Oh so it is the case - looks like we now have errors for the case in question. https://github.com/llvm/llvm-project/pull/124609 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
