================
@@ -48,3 +48,21 @@ void gh151716_f() {
}
} // namespace One
+
+namespace Two {
+
+void unknownBoundArrayRef(const int (&)[]);
----------------
cor3ntin wrote:Do we have sema tests with rvalue ref and non-const ref (the latter should fail) https://github.com/llvm/llvm-project/pull/218225 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
