================
@@ -191,4 +192,4 @@ int g = sfinae_me<int>(); // expected-error{{no matching
function for call to 's
namespace NullExceptionDecl {
template<int... I> auto get = []() { try { } catch(...) {}; return I; }; //
expected-error{{initializer contains unexpanded parameter pack 'I'}}
-}
+}
----------------
zyn0217 wrote:
Please keep a blank line at the EOF
https://github.com/llvm/llvm-project/pull/123533
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits